web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Appending Form Field E...
Power Apps
Answered

Appending Form Field Entry with an Email Domain

(0) ShareShare
ReportReport
Posted on by 83

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? 

 

Screen Shot 2022-03-30 at 4.23.38 PM.png

Categories:
I have the same question (0)
  • Verified answer
    EdViegas Profile Picture
    436 on at

    Maybe what you want is:

     

    If(
     Not(
     IsBlank(DataCardValue_CampusID.Text)
     ),
     DataCardValue_CampusID.Text & "@student.school.edu",
     DataCardValueEmail.Text
    )
  • TheRobRush Profile Picture
    11,128 Moderator on at

    Try

    If(Not(IsBlank(DataCardValue_CampusID)),Concatenate(DataCardValue_CampusID.Text,"@student.school.edu"),DataCardValue_Email.Text)
  • dedgerton1 Profile Picture
    83 on at

    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.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 416 Most Valuable Professional

#2
11manish Profile Picture

11manish 205 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard