Hi everyone. I have a backend API workflow, whose main job is to create a thing. I am using the bubble data api to call this workflow and it works. But the issue is that, the Created By
field is populated with the value of admin
. Which is understandable, since I am using the admin api token call this workflow. I was wondering, if there is a way to point the Created By
field to a specific user?
Thanks.