UI Builder : Create record using user input
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2023 05:18 AM
Hi All,
I am trying to create a record using input from the user in UI builder ,Anyone can guide me on this task or give some reference how to complete this thing?..
Thanks,
Bavi.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2023 04:43 AM
Hi @Bavi
Include Create record data resource in you page.
Once the values entered you can trigger the event. FYI, create, update, refresh all these events related to data resources can be triggered.
Call the Create record EXECUTE event and pass the required table, field values.
Another way is to call the client script and add the script to create record in the table example in the doc:
Let me know if it was useful.
Thanks