Visibility based on a action

Hi ,
In my app there i store contact information of vendors …
My requirement is that I want to show the contact information to the users only if the person shares the app info ( by clicking the share button)(I.e… the contact info button should be visible only when the user clicks the share button to share app info )

How this can be achieved in glide

My only recommendation would be to use a form button to submit something (email, or phone) to a sheet. Then use zapier or a script to send the relevant info to the contact that was submitted. Then set up a relation in the user profile sheet to look for a matching email of person who shared the link. Then you can set visibility on the contact info if that relation is not empty.

Ok… will try this out

1 Like