Insert the form Data into an existing Excel file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello Everyone,
I have one requirement. I created one custom table (xyz). If the record is created automatically I have one template should attach to the record. Now I want to insert the record data into the existing file.
Is anyone experienced this type of requirements..?
If yes please let me know.
Thanks in Advance.....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
sorry question is not clear.
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @SivaprasadV
Check if you have sufficient role in your integration user account .
e.g
- Required Roles: import_transformer is mandatory for triggering transform maps.
- API Access: If using REST API to initiate the import, the account needs snc_platform_rest_api_access and appropriate table access (e.g., import_set_table write access).
check and try.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @SivaprasadV ,
Ignore my reply . It was wrong window. My bad.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
For your better understanding, below is my clear requirement,
I created a custom table named Art Details. I need to attach a template to each newly created record and, after attaching the template, insert that record’s data into an existing Excel file (no new file creation). How can I insert the record data into an existing Excel file?
