Hello,
I'm building a flow to run a search on a SPO list and return it to Power Apps, and can't figure out why I'm getting an error at "Join"action
The flow
I ran a test and used the result as a schema model for parse action, it's like this:
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Title": {
"type": "string"
},
"Demandstatus": {
"type": "string"
},
"ID": {
"type": "integer"
}
}
}
}
}
}
Any suggestions?
Solved! Go to Solution.
Update: I figured out what was happening, just changed the input of Join action to "value" instead of "body"
Update: I figured out what was happening, just changed the input of Join action to "value" instead of "body"
Hi @calcag,
I am glad your issue has been solved by yourself.
If your problem has been solved, You could go ahead and mark the post as solved by clicking “Accept as Solution” so that this thread will be marked for other users to easily identify!
Best Regards,
Community Support Team _ Lin Tu
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
12 | |
8 | |
4 | |
4 | |
3 |
User | Count |
---|---|
12 | |
8 | |
5 | |
5 | |
4 |