Hi,
My PDF contains multiple part number and when I predict using AI builder, I want to store all the fields in a variable.
How can I do that?
For ex: when I have column in table format like below
Part number
101
102
I want this part number in variable like 101,102
Hi @SumanKoduri
I didn't have the time to perform some tests, but meanwhile I found a previous thread on communities which could have some information regarding it.
If none of this is relevant to you, please apologize me:
https://powerusers.microsoft.com/t5/Building-Flows/Using-Array-Variables-in-Flows/td-p/183478
Hi @SumanKoduri,
As suggested by @danielbazetto, you can leverage variables to achieve this. Here is an example flow that does this:
Not that in the Append to string variable step I've added a comma (,) after the value to separate each part number by a comma.
I hope this helps.