Forum Discussion
TodayDate in a SharePoint list using Power Automate
- Jan 25, 2023
Hi Stefan_Stoyanovski,
you are using a Location column that is also required and Power Automate does not seem to be able to deal with that combination. This is a known issue.
Either make the location column not required or change your Power Automate Actions to HTTP Requests
Get the items from your list
Then parse the JSON results and apply this HTTP Request for each item (And change the name of the column from my column name "Date" to your date column name)
Best Regards,
Sven
Hi Stefan_Stoyanovski,
you are using a Location column that is also required and Power Automate does not seem to be able to deal with that combination. This is a known issue.
Either make the location column not required or change your Power Automate Actions to HTTP Requests
Get the items from your list
Then parse the JSON results and apply this HTTP Request for each item (And change the name of the column from my column name "Date" to your date column name)
Best Regards,
Sven
- Stefan_StoyanovskiJan 25, 2023Copper ContributorThanks Sven - simply making the location column not required did the trick for me!