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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Screen Navigation (Usi...
Power Apps
Unanswered

Screen Navigation (Using Power Automate) Issues

(0) ShareShare
ReportReport
Posted on by

I'm trying to submit a form which then sends an email to a user using outlook 365 send an email v2 with power automate. The goal is someone fills out a form on a page, submits the form, then the person who is sent the email can edit a bottom part of the form on the same page which was hidden from the first person. However, I can't seem to get the link to navigate to the desired screen. I've been following this tutorial so far.

 

Here's the code for the OnSuccess for the form: If(varFormMode = FormMode.New,
CVAFLOW.Run(Form1.LastSubmit.ID);
Notify("Ticket updated successfully",NotificationType.Success);Navigate(BrowseScreen)
)

 

Here is the code for StartScreen: If(
!IsBlank(Param("ID")) && LookUp(
CVAA,
ID = Value(Param("ID"))
).InitiationComments = User().Email,
'ABO Screen',
BrowseScreen
)

 

Here is the code for OnStart: If(!IsBlank(Param("ID")),Set(varItem,LookUp(CVAA, ID=Value(Param("ID"))));Set(varFormMode,FormMode.Edit))

 

In my send an email action, the link in the email is the link to my Power Apps. In the tutorial I followed it seemed to be working just fine but for me it isn't.

 

Please let me know if you need anything else still very new to Power Apps and Power Automate.

 

Thank you so much in advance!!

Categories:
I have the same question (0)
  • developerAJ Profile Picture
    4,664 on at

    ur formula looks good

    are you using powerappurl?ID=thevalue

    InitiationComments this matches the email check cases too its better if you use 

    Lower( LookUp(
    CVAA,
    ID = Value(Param("ID"))
    ).InitiationComments) = Lower( User().Email)

     

    Please click Accept as solution and Thumbs Up. if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    You can connect with me on LinkedIn

  • Community Power Platform Member Profile Picture
    on at

    i was using powerappurl&ID=thevalue but then i tried using ur method and both didn't work and just brought me to the browse screen rather than the abo screen.

     

    i changed it to 'ABO Director Approval'.Email = User().Email (abo director approval is a person column). i tried using that with and without the lower function yet it still didn't work.

     

    do you have any other suggestions? i appreciate the help!

  • developerAJ Profile Picture
    4,664 on at

    debug the code

     

    add a label default Value(Param("ID"))

    another label use your lookup formula with 'ABO Director Approval'.Email

    another User().Email

    now you have all values so you will be figure out the issue where its going wrong

  • Community Power Platform Member Profile Picture
    on at

    Sorry, I'm still very new to Power apps. Can you elaborate further on these steps if possible?

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 739 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 343 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard