Created ID from a Save Row #15567
Answered
by
ConorWebb96
shadabIqline
asked this question in
Help
-
Hi Budibase Team! Can I get the ID of the created record from a Save Row action? This way, I can use it on another Save Row for a related table. |
Beta Was this translation helpful? Give feedback.
Answered by
ConorWebb96
Feb 19, 2025
Replies: 1 comment 1 reply
-
Hey @shadabIqline, If you add an action after the first save row, you should be able to get the response of the first save. You can then chain another save to this or store the response into state to then be used elsewhere. This documentation on chaining actions may be of help to you. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
shadabIqline
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @shadabIqline,
If you add an action after the first save row, you should be able to get the response of the first save. You can then chain another save to this or store the response into state to then be used elsewhere.
This documentation on chaining actions may be of help to you.