If I'm not missing something in the docs, faqs and forum, it is not straightforward to enter the update conditions when using something like a loop.
Now you have to write something like
or longer.
loop_name here is the name of a loop that calls the save action or function.
And the Save data Data Provider property is set to {var:loop_name.row}.
Wouldn't it be easier to be able to access the values using an ad hoc short command that references the provided data and not the loop?
bye
maxx
Now you have to write something like
myfield:{var:loop_name.row.fieldinloop}
or longer.
loop_name here is the name of a loop that calls the save action or function.
And the Save data Data Provider property is set to {var:loop_name.row}.
Wouldn't it be easier to be able to access the values using an ad hoc short command that references the provided data and not the loop?
bye
maxx