Bug in creating new row by trigger automation #11276
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hey @ducnhoxlatui, Is the app published were you are trying to use the automation? Thanks ahead of time. |
Beta Was this translation helpful? Give feedback.
-
Hi @ConorWebb96 , This is app export: Thanks for your supporting! |
Beta Was this translation helpful? Give feedback.
Hey @ducnhoxlatui,
Thank you for the app export. I've had an in-depth look a the app and seem to have found the issue. It seems for the
App action
trigger automation you need to include a field within the trigger itself, and also have a bindable value passed back from the frontend were you have attached the automation to the button click.Trigger screenshot
Field binding
Frontend binding on button click
Working version after publishing the changes
Now with the above being said, I'm going to ask the one of the engineers if this is intended behaviour or if you should be able to trigger this automation without including a field.
At the very least I think we should add a toast notificatio…