
Announcements
hi i would like to check a checkbox when the flow start is possibile?
for example i have a checklist with 5 checkbox and 5 flows when a flow start i would like that the checkbox into my canvas app would be selected
Hi @Anonymous ,
You could use your flow to modify an item in sharepoint list when the flow starts.
Then you could set the Default property of your checkbox .
For example:
If(First(your datasource).column_name=***,true,false)
You could also use the timer to refresh your data source from time to time.
Best Regards,
Wearsky