Hi everyone,
I am having some issues with my Power Automate flow. I am creating an excel file into a SP and then I am trying to get the GraphId using the GET method on the Send HTTP request to SP. I am using the following setup:
fx:
UriComponent(concat('/Bulk template','/',outputs('Create_file')?['body/Name']))
When I try the flow checker it gives me no error, though when I run the flow it gives me error 400.
I have already checked other posts in this forum from similar errors but I've not been able to fix this issue.
Any idea will be very appreciated.