Hi
I have a flow that creates a Task and puts 2 links in the Card. What I am getting though is the Show on Card is checked on one Link. Is there a way to not check the box when the Task is created?
Thanks in Advance
I am having brain fog on this. Are you able to post a flow to show how to get the tag?
Kind Regards
Skybluekid
Hi @Skybluekid ,
You can use get task api first to get the e-tag value first in the head from response.
Best Regards,
Wearsky
I have tried using the Graph API to turn it off, but I am struggling to get the Etag of the task, would you able to advise?
Hi @Skybluekid ,
The oob action cannot uncheck it, please try the graph api.
https://learn.microsoft.com/en-us/graph/api/plannertaskdetails-update?view=graph-rest-1.0&tabs=http
Best Regards,
Wearsky