adorable-whale-86571
10/13/2023, 11:41 AMjs
workflow.firstName = workflow.obtainedRecord['first']
workflow.lastName = workflow.obtainedRecord['second']
in this code you save the value of the column 'first' and 'second' from your obtained record in those new variables that you must create in your bot