[Need Help] Privacy Settings

Backend workflow create a database entry, as we can’t create a thing on behalf of a user i created my own Unique ID, and thus i want the Privacy settings to allow users to see the “thing” that got created from the backend thanks to the “unique setup id”


In a backend workflow, there is an option to “ignore privacy settings” which might help you here. Just be sure you don’t accidentally expose something you didn’t mean to.

oh ? is there an option to use Current User ID to create a new thing ?

Nope, what you’re gonna have to do is :

  • Set a parameter on your Back end workflow « user » as a type User
  • When scheduling the API Workflow, send the parameters User (with the value current user)
  • And in you back-end workflow, you’ll be able to reference your user parameters and modify things to it