0

I created an Azure Logic App using Form Recognizer to analyze PDF based invoice files. I actually recognized that the process is working well, but in encountering issues in enabling the barcode option. I always receive "Enter a valid array" when i put this option into the form.

enter image description here

Does anyone know what value i have to insert in that field?

Thanks folks!

I already tried to add the following into the field:

  • ["Barcodes"]

  • Expression: items('For_each')?['fields']?['Barcodes']?['value']

  • Expression: items('For_each')?['fields']?['Barcodes']

None of the above worked. Returned always NULL/Empty

0

1 Answer 1

0

To solve the issue use below design:

In Standard Plan:

enter image description here

In compose give value barcodes.

Then:

enter image description here

Output:

enter image description here

In Consumption Plan:

You can directly use the value as below:

enter image description here

Output:

enter image description here

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks for your suggestion. I applied your solution to work with the Compose component as i am working with the Standard Plan. It seems to work as the additional Options to include Barcodes now delivers the output to the next components where i can parse the details.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.