
Unable to process template language expressions for action 'Condition_Is_there_a_Director_Report' at line '0' and column '0': 'The template language function 'contains' expects its first argument 'collection' to be a dictionary (object), an array or a string. The provided value is of type 'Null'.'.
My limited knowlege the term " The provided value is of type 'Null' " this is saying that he data you are using for the 'Condition_Is_there_a_Director_Report' some of this has no data in it to process. I hope the simple example below helps:
| ID | col 1 | col 2 | col 25 |
| 01 | 1 | 1 | null value |
| 02 | null value | 1 | 1 |
| 24 | 1 | null value | 1 |
Somehow you need to add as part of the condtion to check for these null values. But I do not know anything about your flow to be able to advise further.
Regards,
Andrew