The array is stored in the variable recordFound, that fills with the right data and than @workflow.recordFound[0].BusinessIDs (cause BusinessIDs is the column i want the value from) does nothing. I tried the following:
@workflow.recordFound[0].BusinessIDs
@workflow.recordFound[0][BusinessIDs]
@workflow.recordFound[0]["BusinessIDs"]
{{workflow.recordFound[0].BusinessIDs}}
{{workflow.recordFound.BusinessIDs}}
What am I missing here?