I've a website which has only entra external users enabled, my requirement is to send the 'id', 'columns'(comma separated) and 'number of records to be created' of a particular record to a Power Automate flow which will run and create records along with the columns. This is achievable by using portal WEB API, but I'm unable to figure out how can I use the Power Automate flow to do so, I tried using the http request action but got access denied error (whereas I'm able to access the uri when hit from the browser).