I have an http request that allows me to edit my tasks. I am using a function in PowerApps that pulls data from my tasks but for some reason omits "Work" so now I'm trying to pull work using an HTTP request in flow and then returning that data to PowerApps.
This is GET request but I'm not sure what to put to pull the Work field from a Task. What syntax do I need to do that and does anybody have any documentation they can point me at? Thank you.
Solved! Go to Solution.
I don't think I have a task list on share point. I did get it to work doing this though. I updated the uri of the http request.
Hi @Mgodby,
You have no need to use the Send http request to SharePoint to get the task details. Since the task also as a item store in the SharePoint list, you can use the Get items or Get item action of SharePoint connector, select the SharePoint list, and then enter the list name as a custom value, just like below:
Also, you can use the update item action directly to edit the task details:
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I don't have that list show up for my PWA site. My site contents doesn't have any lists connecting to my tasks.
Hi @Mgodby,
Please pulley to the bottom and click the Enter custom value, then input your list name:
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I don't think I have a task list on share point. I did get it to work doing this though. I updated the uri of the http request.
User | Count |
---|---|
78 | |
55 | |
52 | |
42 | |
42 |
User | Count |
---|---|
81 | |
79 | |
75 | |
67 | |
43 |