
Hello,
Any one call of Twilio List Messages in Power Automate has a default of 50 and a limit of 1,000 messages max in one return. The action in Power Automate allows pagination, and the default is Page = 0 which works. I am trying to loop over page 1, 2, 3, etc, stopping when <1,000 messages are returned.
However, when I try any other page number (such as 1) it fails, saying it needs PageToken is required for paging. But I can't seem to find a way to use that in the connection.
Any ideas?