A Flow Designer action called "Parse Excel Attachment to JSON" that accepts an attachment sys_id as input and validates if the file is Excel (.xlsx/.xls), and returns two outputs: JSON Data (array of parsed rows) and Message (success/error message).
Input : attachment sysid
output : JSON Data and Sucess/failure Message.