On Edit screen, I have few containers which gets added one by one by using Add or Remove button.
![CPT2307141354-1321x646](https://us1.discourse-cdn.com/flex020/uploads/glideapps/original/3X/2/9/29b61833f12b4f6e37b5dc003e1b25cb545b71b9.gif)
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](https://us1.discourse-cdn.com/flex020/uploads/glideapps/original/3X/f/1/f10654f9f3aea664963fffa27052902125edee3c.png)
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
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