create a RITM request automatically for the excel attachment from a data source

Aswanth Suraj
Tera Contributor

I would like create a flow in such a way that;

  • once a email comes with an attachment
  • read the attachment and move the records from attachment and create individual RITM for each of those records based on a column condition.
1 REPLY 1

Kieran Anson
Kilo Patron

Assuming the file is a .xlsx, you can use the GlideExcelParser API to return data from the spreadsheet. You can then pass this into the Submit Catalog Item Request action or the CartJS API.