Can't send 5 or more items in InvokeScreenApi

Hi All,

I'm trying InvokeScreenApi and when sending 5 or more items it throws an error. Can I only send 4 items per invoke?
honeycode_client.invoke_screen_automation(
workbookId = '',
appId = '',
screenId = '',
screenAutomationId = '',
variables = {"Task": {"rawValue": "Test"}, "Status":{"rawValue": "Not Started"}}

Hi @Mark-9007,

Thanks for your question here!

APIs are throttled at 5 writes per second, per AWS account.

You can send more requests than that, as long as they are spaced out.

You can refer to the first FAQ in this article, which expands on this further: Getting Started with Honeycode APIs

Let us know if you have any other questions around this. :honeybee:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.