INPUT() doesn't work when grouped

I have an action that adds new row to different table using current row and INPUT(), however when I group that action in another, the INPUT() prompt never comes. The relevant field stays empty (even if it is a required field).

Screenshot 2022-05-11 at 11.17.03 PM.pngScreenshot 2022-05-11 at 11.17.19 PM.png The two input fields from 'AddToDelegated' doesn't show the input dialog. Takes default value.

Is it a known limitation or I am doing something wrong?

Solved Solved
0 2 127
1 ACCEPTED SOLUTION

It's not about being grouped. INPUT() doesn't work with the "add new row" Action type.

View solution in original post

2 REPLIES 2

It's not about being grouped. INPUT() doesn't work with the "add new row" Action type.

Thanks Marc. I worked around the direct input by creating another action that updated those 2 fields just after adding the new row.

Top Labels in this Space