Is there a way to add a condition the Update Values part of an add rows action? Ie only update the value if the value is currently blank.
What complicates this goal is that the button the triggers the action is in Table A and the rows that are being duplicated is in Table B. I can’t figure out how to tell it to look in Table B and check if the current value of the row to be duplicated is currently blank.
If the duplicated rows were treated like “new rows” and got the new row default values that would work as well