Retool Workflow Notion API Resource missing start_cursor field

Currently, it seems to be impossible to query a notion API resource in a workflow setting "start_cursor" parameter in the body JSON. This blocks the ability to treat pagination as it should.

It's only possible to set the "filter" body JSON parameter.

image

As a workaround, I'm using a generic HTTP Request Resource, which removes all the fun of having provider out-of-the-box integrations.

It would be nice to have the option of customizing this kind of fields.

1 Like

Hi @airton_incognia Thanks for reaching out! :thinking: I see what you mean. Unfortunately, I'd also recommend using our generic REST api integration instead of the notion integration as a workaround. I'll reach back out when our team ships a fix for this bug

1 Like

This is still an issue.

Trying to get all Notion users in my company fails and I have to resort to calling via 2 separate API requests since I can't conditionally add a query parameter based on whether I have a cursor already or not, and Notion returns a 400 if start_cursor=null.

Please fix this

+1. It would be cool if this worked