I have an exposed backend workflow that does the search for data and returns them as JSON. I have checked the server logs and haven’t seen what is the usage of work units.
What is the cost of call to the Bubble workflow and getting data?
I have an exposed backend workflow that does the search for data and returns them as JSON. I have checked the server logs and haven’t seen what is the usage of work units.
What is the cost of call to the Bubble workflow and getting data?
from the manual
each inbound call to an app’s data or workflow api 0.01
after that you have the consumption of whatever your workflow does (search etc)
OK, so no bypassing paying for nested search Thanks!