azureazure-logic-appsazure-logic-app-standard

Azure Logic Apps with Form Recognizer - Get Array definition in optional settings entry


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:

None of the above worked. Returned always NULL/Empty


Solution

  • 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