Hi there
I encounter a strange issue with my cloud workflow. Basically it does the following:
- extract information from a PDF with AI-builder (in this case an amount in EUR) e.g 132.78 EUR
- find the text position EUR
- use substring function with starting index 0 to return only the numeric value e.g 132.78
- write the value e.g 132.78 into an excel-file

the flow worked fine for a couple of weeks and suddenly I get the following error:



I dont understand where the issue is coming from, the starting position is 0 AND despite of the error, the value is still being written into my Excel-file which shows that it still works somehow.

how could I fix the issue? is there another way to extract just the numeric value without the subsequent characters, e.g EUR ?
all the best
Andrew
all the best
Andrew