Hello team,
I have a requirement where in the from there is a section where user need to fill order details (item, price, quantity). I need to provide an option to user to fill these details manually (this part is done) or by using an excel template. The tool should be able to read the content of the excel and fill it in the form before submitting the form itself. I know there is an excel plugin to read content but if I understand it correctly it can be read only after submitting the form. Is there a way how i can enable for the user to lead data form excel without levaing the form (staying on the same screen)?
Thanks for nay answer
Discussion posts and replies are publicly visible
Hi
If I understood your requirement currently, I would suggest to use a!startProcess()
1. Have a button and on its click move the Document to a process model using a!startprocess().
2. Use readexcelimportfile()
3. On its success, retrieving the data.
that should work, let me try that. thanks