Temporarily Store New Data Row on Custom Table from REST API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2025 07:08 AM - edited 03-25-2025 07:08 AM
I have a custom table with student data I have imported, via JSON (attachment) as a data source. This works fine. However, I need to temporarily add a new row when a field is invoked on a table. For example, when the student_name field (Reference) is invoked from the form, it should add a new temp. row of student data to the student table, via REST API. From there, the new data is retrieved on the RITM and used to route the workflow. Is this possible and how would it be done? Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2025 07:31 AM
Hello @appstorm
Why not use Import set table API in REST - which is also temporary record saver and can be used to pass records to any table you set as target table.
Please try this out and let me know if you face any issues.
Kindly mark my answer as helpful and accept solution if it helped you in anyway. This will help me be recognized for the efforts and also move this questions from unsolved to solved bucket.
Regards,
Shivalika
My LinkedIn - https://www.linkedin.com/in/shivalika-gupta-540346194
My youtube - https://youtube.com/playlist?list=PLsHuNzTdkE5Cn4PyS7HdV0Vg8JsfdgQlA&si=0WynLcOwNeEISQCY
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2025 09:08 AM
Good question: We have a ton of student data records being populated by API and we don't necessarily want to store all those records in a table - even temporarily, especially when only one record is needed at a time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2025 09:10 AM
Hello @appstorm
In that case, I hope my answer helped.
Kindly mark my answer as helpful and accept solution if it helped you in anyway. This will help me be recognized for the efforts and also move this questions from unsolved to solved bucket.
Regards,
Shivalika
My LinkedIn - https://www.linkedin.com/in/shivalika-gupta-540346194
My youtube - https://youtube.com/playlist?list=PLsHuNzTdkE5Cn4PyS7HdV0Vg8JsfdgQlA&si=0WynLcOwNeEISQCY