budibase
budibase copied to clipboard
Action chaining not providing result
Checklist
-
[x] I have searched budibase discussions and github issues to check if my issue already exists
-
Cloud
- Tenant ID: tdh.budibase.app
Describe the bug Requesting result from a previous action is not working on newly created form blocks
To Reproduce Steps to reproduce the behavior:
-
Create a form block
-
Add the following action at the end of the save button:
-
Go to preview and create a new record
-
The result notification is empty:
Expected behavior We should see the result
App Export My app-export-1707217629712.tar.gz
Desktop (please complete the following information):
- OS: windows 11
- Browser Microsoft Edge
Thanks for raising @loureirodnl
This is currently being worked on 👍
@melohagan Thank you very much for you very fast handling of this issue ! Do you have any guesstimate of when this will be fixed ? To know if I should find a workaround or if I should wait ?
Thanks
Hey @loureirodnl
In the meantime I think a workaround could be, in your saved row action, to use the default helper per column:
default form_field_binding default_value
https://linear.app/budibase/issue/BUDI-7964/save-row-action-payload-not-useable-within-a-button-group
https://linear.app/budibase/issue/BUDI-7964/save-row-action-payload-not-useable-within-a-button-group
I don't have acces to this link but the title of the page suggest that the problem comes from Button Groups. I ejected my form block and replaced the save button group by a simple button and it worked.
So I'll use this workaround for now
Thank you !
Nice one @loureirodnl I really I should have mentioned that too 🤦
Good thinking though 🧠
This bug is observed in version 2.17.8. Everything works in a separate button.
This bug is observed in version 2.17.9. Everything works in a separate button.
This seems to be fixed on the latest version of Budibase. Going to close as completed.