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).


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?

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

5 Likes

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

3 Likes