Clear values in Edit screen

On Edit screen, I have few containers which gets added one by one by using Add or Remove button.
CPT2307141354-1321x646

I want to clear the values in last row when I click on Remove but the values are not clearing. This is the Action I am using.
image

Can someone help to understand why its not working?

Are you sure your action is not falling to the else? You could dbl check by putting some notifications in your action

1 Like

Hi Eric, thank you for reply. the action is falling to the Else. I am not sure why its not picking up the condition? Is it because I am on Edit screen and value is not yet written to the database?

Is labels a one row table?

1 Like

Yes, all are in one row.

I think the issue is the conditions can’t be read in the native edit screen…

Your action passes the else because it has no condition on it.

I don’t use native screens much so I was just playing around with one but couldn’t find a workaround

2 Likes

Thank you the responses.

1 Like