I am using Bubble’s API feature, where I dynamically add some data to the body parameter in workflows.
This implies that I must disable the private
option for the body parameter.
However, for certain considerations, I also want to maintain the privacy of the body parameter.
Is there a way to balance “dynamic” and “private”?