How to pass trigger output variables to automation block on the monday workflows infrastructure

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

5 replies