Hi all,
Currently I am 'transforming' old SharePoint Work Flows into Power Automate flows. But now I've come against a problem.
The SharePoint list to which I'm trying to add a Power Automate flow is rather a big one of structure and uses a lot of lookups and Site Columns. I suspect the problem is with the latter ones.
I created 'When an item is created or modified' on the SharePoint list:

Now when I created or modified an item, nothing much happened until I came across next warnings:

- When I click on 'Fix the trigger' I get next

And the full error:
{
"status": 400,
"message": "The required field \"Customer Country\" data type is not supported\r\nclientRequestId: 62d3903e-42a4-430d-9c7f-dad8b9f14ef3\r\nserviceRequestId: 62d3903e-42a4-430d-9c7f-dad8b9f14ef3"
}
Someone knows what's going on here? Could it be because the SharePoint list uses Site Columns and does not work with the connector? Or because of lookups that cannot pass through data into the flow?
Help is much appreciated! Thanks.
Ski