Hi there, I created a form processor to extract info from invoices, it runs well, I get invoice date, amout, number ETC. Also a TABLE with the ITEMS.
I want(or wish) to use UIflows to post the invoice in my system BUT how do I post the ITEMS when is more than 1. I can use the INPUTS to post the other fields that are NOT in the table.
Any idea how can I manage to do that?
THANKS!!!
Solved! Go to Solution.
Hi @ALFRED05 ,
We are coming out with the support for arrays as input to UI flows.
So, if the table you want to post in your system is in an array format, you should be able to simply pass that as an input to UI flow and use the values within the script later on.
I hope it helps. Let me know if you have more questions.
Hi @ALFRED05 ,
We are coming out with the support for arrays as input to UI flows.
So, if the table you want to post in your system is in an array format, you should be able to simply pass that as an input to UI flow and use the values within the script later on.
I hope it helps. Let me know if you have more questions.