Hi,
I tried to modify a demo from @DamoBird365 from his youtube video: https://www.youtube.com/watch?v=mNwEk7hLdfE&ab_channel=DamoBird365 and I have a flow where I want to add rows to existing excel table on OneDrive with Graph API POST request:
https://graph.microsoft.com/v1.0/me/drive/items/outputs('Create_file')?['body/Id']/workbook/tables/outputs('Create_table')?['body/name']/rows
body:{"values": outputs('Select')}
The Graph API always returns:
Thank you