Issue with Data Not Saving in Workflow

Hello Bubble,

I’m building a support form where users submit their email and text in fileds. In the workflow for creating a new support form, I have a data field called “Sender” (User) and set it up as follows:

Create a new support form:

  • Name (text): Input Name’s value
  • Title (text): Input Title’s value
  • Sender (User): Do a search for Users (filter: Email = Input Email’s value):first item

However, the Sender field remains empty when the form is created. What am I missing?

When i display text on the page: Do a search for Users (filter: Email = Input Email's value):first item full name it returns the correct users full name? so im not sure why its not saving to the data base the user

Reason i have this is most users are not signed in on the webapp so i will fetch it instead of them having to sign in first or doing “Current user”

Probably privacy rules… Check them…

1 Like

Hey @Jici, thanks for you comment. It was a privacy issue… thank you, nw it works :folded_hands: