Hello guys,
I'm trying to publish a number of SharePoint pages using PowerAutomate.
The pages are located under the "Site Pages" library in SharePoint.
So here is the flow I made so far:


My flow fails on the get item part:


I only need to get the value of the ID field, so I can use it in the following call:
_api/sitepages/pages('ID')/publish
This call should be made against all the IDs present in the Site Pages library.
Could you give me any ideas on how to achieve this?
Thanks.