Hi community! I'm just wondering if it is po...

Hi community!

I’m just wondering if it is possible to hide a view from a user until they’ve filled out a certain field in my form, then for that view to appear for them after that field is filled out?

To give this context, I am working with a signature box, the whole idea is the user will fill out a form and leave the signature box empty for now, they will then sync what they’ve inputted and will be sent to another view which will show answers from the form they’ve filled out. If the user notices anything wrong with that form they can go back and edit it but once an edit is made they will have to leave a signature, in which I want this new view port to appear only when a signature is made.

I only want this view to appear when the user fills out a field in my form. So if this field is left blank I don’t want the view to appear but if this field is fill out then I want the view to appear.

Many thanks!

0 2 275
2 REPLIES 2

How about… IN(USEREMAIL(),SELECT(TableName[EmailColumn],ISNOTBLANK([SignatureColumn])))

@Aleksi_Alkio I’ll try it now! Thanks!

Top Labels in this Space