Question is relevant if user uploaded a file (attachment)

464
1
Jump to solution
04-29-2022 03:52 PM
MarkJohnston
New Contributor II

I'm using Survey123 Connect to design a form. After a user has uploaded a photo, I want to ask if it can be made public (yes/no). Can I make this question only appear if a photo was uploaded?  I'm assuming I would put something into the "relevant" column of the XLS spreadsheet. Maybe something like "${attachment} is not empty or null" where <attachment> is a field name. Thanks!

Tags (3)
0 Kudos
1 Solution

Accepted Solutions
DougBrowning
MVP Esteemed Contributor

${ImageFieldName} != ''  seems to work.  This method works in most field types.

View solution in original post

1 Reply
DougBrowning
MVP Esteemed Contributor

${ImageFieldName} != ''  seems to work.  This method works in most field types.