Insert the form Data into an existing Excel file

SivaprasadV
Tera Expert

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.....

5 REPLIES 5

Ankur Bawiskar
Tera Patron

@SivaprasadV 

sorry question is not clear.

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

Tanushree Maiti
Tera Sage

Hi @SivaprasadV 

 

Check if you have sufficient role in your integration user account .

e.g 

Key Requirements for Success (Status 200)
  • 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.

 

Please mark this response as Helpful & Accept it as solution if it assisted you with your question.
Regards
Tanushree Maiti
ServiceNow Technical Architect
Linkedin:

Hi @SivaprasadV ,

Ignore my reply . It was wrong window. My bad.

Please mark this response as Helpful & Accept it as solution if it assisted you with your question.
Regards
Tanushree Maiti
ServiceNow Technical Architect
Linkedin:

SivaprasadV
Tera Expert

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?