Hello everyone,
Nowadays I am facing an issue in one workflow. The problem is when I use a MANUAL component the component doesn’t see any DATA from upstream nodes. Instead of DATA assignments into desired columns, the app ends in error on the data type invalid input syntax for type bigint>:“{{$context.data.id}}”. If the DATA are written into single line text column the app write there, in case of node data “{{$jobsMapByNodeKey.y5bt2cfzadz.id}}” resp. “{{$context.data.id}}” in case of triggered data.
- Workflow is a post-action event type
- Node type MANUAL has configured the user interface to create a record form (another table that is triggered by an action event)
- In the action MANUAL event there is a button with assignment field values (id from triggered data has to be copied into a new table column)
- The button is configured as “Terminate the process”
- Result is an error in the data type (action → user clicks a terminate button in the form)
edit: My version of NOCOBASE is 1.3.18 beta
Please help,
Zdeněk