Generation of XML
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2023 10:20 AM
Hi ,
I have a requirement that i need to generate XML file after submitting the form . The whole application is made on UI Builder , after submitting the form we need to generate a XML file which contains all the details that we have filled . We have to do it from UI Builder .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2023 02:25 PM
Hi, unfortunately your requirements are not clear. Are you trying to capture the details entered by the user or the resulting committed record\data? What is the xml file for, is it to be saved somewhere?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2023 08:41 PM
Hi , yes i want to capture details entered by user and that XML to be saved in particular table .

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2023 04:08 AM - edited 09-29-2023 04:13 AM
If you already have a table, you can create a view for that table record and use the Standard record template to create those records. Once Save button is clicked automatically record will be saved.
You can use the simple Form component as well for the same.
Another way is to capture the form fields in a client state of JSON type and pass the value to a Rest API call to create the record in a particular table.
let me know if it was helpful.
Thanks