How can I use a select in a table?

Hello,

I want to implement a select input in a column of my table to be able to change the status of the record directly.

When accessing the inputs in the workflow, the input does not appear and on event.value is empty

Test with the event.value in your formula. The reason it is “” at the moment is because the editor doesn’t know what change your currently make when your are in edit mode. A way you can see the value is to do the return a value workflow have that mapped to the event.value and then go into view mode make a change and see what it set the return a value workflow to

1 Like