create a RITM request automatically for the excel attachment from a data source
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2024 12:23 AM - edited ‎05-15-2024 12:26 AM
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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2024 04:43 AM
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.