Why is there no API Caching option in Workflows?

Are there plans to add caching to the api components in workflows?

Hello @nikolajs!

Queries do have a check box to toggle for caching their results. If you are using a query in a workflow then that property should persist.

From you screenshot it looks like you are defining the function as a lambda in a loop, which does not have any caching as far as I am aware.

A work around would be creating an app query, turning on caching and running that in a loop block in a workflow. Although that might not work for all use cases.

I can also file a feature request for Loop Lambda specific queries as well!