Announcements
I have a 5-field form that only displays 4 fields to the user as two fields are set to either hide/display based on a toggle control. Works perfectly up until the moment I try to append one of them with an email domain (see student_email_address). I'm attempting to make the form foolproof by adding the domain for the user while also preventing typos. I can populate my Email column in my Collection using the IF function, but it doesn't like the "@" symbol. Any suggestions?
Maybe what you want is:
If( Not( IsBlank(DataCardValue_CampusID.Text) ), DataCardValue_CampusID.Text & "@student.school.edu", DataCardValueEmail.Text )
Try
If(Not(IsBlank(DataCardValue_CampusID)),Concatenate(DataCardValue_CampusID.Text,"@student.school.edu"),DataCardValue_Email.Text)
Thanks! That works for the collection, but the Patch function isn't adding this to the respective cell in Excel. What could I be missing here in terms of updating a cell with an email value?
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 329 Most Valuable Professional
11manish 209 Super User 2026 Season 2
Mohsin Ali 179