Sure, just to elaborate on my issue.
I have a sharepoint location from where invoices are being fetched and there is a situation in which there is more than once invoice. So I have used the AI builder to create a model and extract the data from the invoice. Now while creating the variable to go through each and every row for a table in the invoice, we have to provide value, this value I fetched from the JSON created after I ran the step to Predict the data.
However, the JSON would change with the change in invoice. Hence I would need to have the initial value of the variable entered in such a way that it is not hardcoded but varies per the output from Predict.
Hope I'm able to explain it better.
Thanks!