I'm trying to utilise the pre-built ServiceNow actions in CoPilot Studio.
I have setup a connection in Power Platform that uses basic authentication which uses the System Admin account credentials of my DEV SN instance.
I want to be able to use the Users context though and only surface records that the logged in user has access too.
Using copilot author auth in the CoPilot action works fine but will surface all records based on the fact it users the Power Platform connection which is the system admin account.
Using user auth in the CoPilot action fails. How can i get this to work to use the users context does the power platform connection need to be something other than basic?