Question
Upload Excel file in interface and show the data in editable grid then send it to Process model
HI ,
In my usecase, i have to open the interface form and upload a excel file to load data in editable grid. Then on pressing submit button the flow goes to Process model where doing some business logic inserting that data to db tbl.
I am able to display data in form after uploading and reading it from excel the problem is updating rule input cdt which is having blank values as not able to set the values read from excel to ruleinput.
.
Flow as of now PM--> Interface form--> PM --> Same Interface form (User to view and edit data if needed the submit)-
