Extracting data from excel sheet to CDT

Hi All,

I need to validate the data uploaded by user in form of xslc doc into a CDT (array) by clicking Validate button before the users proceeds to submit the form.

What is the best approach to achieve this? calling a process model to import data and validate or achievable in UI with readexcelspreadsheettocdt

Thanks for your inputs and suggestions

OriginalPostID-254036

  Discussion posts and replies are publicly visible

Parents
  • @chetany it seems good if we have a document that is already present in appian. we have implemented something like, user has uploaded the excel document on clicking on Upload button submit the form, read the data from the Excel and put in a pv(capture an error if any)loop it back to the same Task and display the error or success message.
Reply
  • @chetany it seems good if we have a document that is already present in appian. we have implemented something like, user has uploaded the excel document on clicking on Upload button submit the form, read the data from the Excel and put in a pv(capture an error if any)loop it back to the same Task and display the error or success message.
Children
No Data