Hi,
I'm having issues with passing a collection of images from PowerApps to Flow and splitting a large string into an array. I receive the following error:
Solved! Go to Solution.
Hey @deltaformtech
Your formula is correct but you're putting it as a string and not an actual formula. Hence the message. Power Automation gets the string of the formula instead of the result of it. You don't need the " in the formula.
Please include it here:
Makes sense?
If you need further assistance please let me know
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
Cheers
Manuel
Hey @deltaformtech
Your formula is correct but you're putting it as a string and not an actual formula. Hence the message. Power Automation gets the string of the formula instead of the result of it. You don't need the " in the formula.
Please include it here:
Makes sense?
If you need further assistance please let me know
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
Cheers
Manuel
Hi Manuel,
You're response makes sense, however, I am still experiencing an issue.
When I attempt to input the formula: @split(triggerBody()['ProcessImages_Inputs'],#) into the Expression box, I see the following:
Am I still missing something?
Greg
In the formula put "#" instead of just #
It will work with that.
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
Cheers
Manuel
Did you mean to say to put single quotes around the # :
'#'
Yep single quotes indeed!!!!! Thanks @ScottShearer
@deltaformtech does it work for you?
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
Cheers
Manuel
Hi @manuelstgomes , @ScottShearer ,
I enter @split(triggerBody()['ProcessImages_Inputs'],'#')
into the expression box and still receive the "The expression is invalid" message. Thoughts?
When inserting in the formula remove the @.
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
Cheers
Manuel
AWESOME!!!!!!!!!! Glad to hear it.
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
Cheers
Manuel
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
19 | |
12 | |
9 | |
8 | |
4 |
User | Count |
---|---|
23 | |
14 | |
12 | |
12 | |
10 |