I have a SharePoint list that houses information from different PowerApps and then sent via Flow to Planner Tasks, but due to the plain text everything is garbled. Is there a convient way to table out the SPO list or format for a nice task details view?
This is my current flow.
But the output is:
[{"Decal":"xxx","Monitors":"xxxx","Keyboards":" - xxx","Serial":"test","Description":null,"Mice":0.0,"Misc Devices":null,"MAC":null,"Removed from AD":true,"Moved in AD":true,"Pulled Drive":true,"Added by":"xxx}]
Note the field pulled are not fixed, they are just pulling what was added to the list.
Solved! Go to Solution.
Just add a conditional compose(s) for formatting. This accepted solution by @v-xida-msft explains in great detail how to re-format your iniatial compose with a conditional compose(s).
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Just add a conditional compose(s) for formatting. This accepted solution by @v-xida-msft explains in great detail how to re-format your iniatial compose with a conditional compose(s).
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
User | Count |
---|---|
87 | |
43 | |
21 | |
18 | |
16 |
User | Count |
---|---|
132 | |
47 | |
42 | |
36 | |
28 |