Hi guys,
This would be my first post here and one issue has me scratching and pulling all nighters. Its addictive!..
Here are my pics.
I have an email attachment for a pdf which is first fed into a variable (string type)

Then conditioned.

and finally passed trough AI for image recognition.
The value is then embedded into a string variable.

However now I simply need to get the Text value from here in the above [0] string. It is not an array so I cannot pass it though filter array function. Tried many alternatives with split() function and item()? type as well but of no use.
From a total of 1200 lines I need to only filter those starting with "text:" values and then append them as an array into a sharepoint file. Just..that..simple 😕
Would be really grateful if some of the experts here can shed some light on to it. Eagerly awaiting your replies!