This form button should comes only for a new user

I have a firm button by name create profile,in that
I’m giving some values.

I can edit this values by edit form option.but I don’t want this create profile form button for existing user.

Need only for new users.

Any ideas?

Have given visibility as show component when email isn’t signed in user.

Is it right?

Your best bet is to add an action to the submit action that sets a column in the user’s profile to a certain value. When the form is submitted, this Set Column action will give the value to that user’s row. Once that’s done, you can apply a visibility condition to your form button and prevent its display for users where that value exists.

2 Likes