Im getting an error when using the SharePoint tool to read from a list. I suspect its permissions related but what is strange is that the error talks about Azure permission for Scheduling being missing:
Error: SharePoint Input (32): Provided Azure application does not have required permissions for scheduling. Either disable 'use service principal' or provide an Azure app with required permissions and login again.
I can write to the same list with the SharePoint output tool and that works fine, just t
Fixed! I changed the private key to another one that somebody sent me
craigja, what was different about the private key, do you know? I'm running into the same issue and the Private Key is the only piece I don't feel confident I did correctly. The instructions on generating this and using it are not clear. It just mentions OpenSSL but there are 100 different implementations. Maybe not all are equal? Also, assuming you generated the key correctly, do you include the "-----BEGIN CERTIFICATE-----" and "-----END CERTIFICATE-----" when copying/pasting? It seems to indicate this but... really? Also, do you leave it as a multi-line value when copying or flatten to single line?