Hi all,
Please see the below flow and advise what I am doing wrong?
Currently, when I execute an “add to cart” button, it’s creating two identical line items in the table (so it’s exciting both functions) and I dont know why.
Any advice?
Hi all,
Please see the below flow and advise what I am doing wrong?
Currently, when I execute an “add to cart” button, it’s creating two identical line items in the table (so it’s exciting both functions) and I dont know why.
Any advice?
It’s not possible for multiple branches of an action to be triggered.
If you look in the run log, you will see which branch was called.
How is the action triggered?
I don’t suppose it is a Form onSubmit action, is it?
Forms already add a row when you click on the submit button. That is the purpose of a form. Any additional On Submit actions run AFTER the row had been added via the form. Sounds like you have a redundant action that is adding the same thing that the form itself is already adding.
That makes a lot of sense Thank!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.