Hi,
I am trying to migrate a custom integration receipt to the new workflows infrastracture. My integration sentence is : When column changes set column. This update is handled by my code which need access to the column which has been changed. When I migrate this i get āThe block (ID: 11111) does not have an associated workflow configuration. The block may not have been fully set up.ā and āThe field ācolumnIdā from block āwhenColumnChangesā is not supported in the new workflow template format. Available fields: itemId, userId, groupId.ā. I understand that the columnId of the changed column coming from the trigger is not anymore available. I tried to use currentValue which i find it is in the output of When column changes but i havenāt yet found a valid way to map this trigger output field to my action input field.
Can you please explain how we can properly map trigger output parameters with action input parameters ?
Thanks in advance