I am trying to build a flow that emails links to files to selected users starting from Power Apps.
Power Apps provides two strings, one concatenating the IDs of the files I want to share (i.e. "137, 141, 154"), and one the emails.
Below are the actions in my flow:
However, the 'Apply to each control' doesn't like the way the file IDs are provisioned and the flow fails, giving me the following message:
"The source type/format 'Array' of the value '["137;141;154"]' is not convertible to type/format 'Integer/int64'."
I suspect that the 'Compose files' action as written array(triggerBody()['text_1']) is the problem, or at least needs to be followed by a different action that can provision the IDs in the right format... no idea which one.


Report
All responses (
Answers (