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 / Multiple Edit screen w...
Power Apps
Unanswered

Multiple Edit screen with condition from existing column value

(0) ShareShare
ReportReport
Posted on by 64

Hi , i have the same scenario but i have a home page like below , and when we click new from SP it will open this page , and depending on the option it will navigate to the screens

jaleefpk_0-1602755479539.png

 

now for edit , i have 3 edit forms and i have added below script on edit property of sp integration but while clicking edit from sp list it end up in opening the home screen

Refresh('IT Asset Handover Form'); Set (SharePointFormMode, "EditForm"); If( SharePointIntegration.Selected.'Request Type'.Value = "New User) Start",EditForm(newfrom1);Navigate(Newrequestedit,ScreenTransition.Fade), SharePointIntegration.Selected.'RequestType'.Value = "Replacement) Start", EditForm(Replacmentfromedit);Navigate(Replacementedit,ScreenTransition.Fade), SharePointIntegration.Selected.'Request Type'.Value = "Return) Finish", EditForm(returnformedit);Navigate(Returnedit,ScreenTransition.Fade) )

please help

Categories:
I have the same question (0)
  • Vijay Tailor Profile Picture
    2,961 on at

    Hi @jaleefpk ,

    You can use the condition like below - 
    you are not using COndition in a proper way, Maybe that is the cause of your Issue.

    See the Condition like below -

    Refresh('IT Asset Handover Form'); 
    Set (SharePointFormMode, "EditForm")
    if(SharePointIntegration.Selected.'Request Type'.Value = "New User",EditForm(newfrom1);Navigate(Newrequestedit,ScreenTransition.Fade),
    if(SharePointIntegration.Selected.'RequestType'.Value = "Replacement",EditForm(Replacmentfromedit);Navigate(Replacementedit,ScreenTransition.Fade),
    if(SharePointIntegration.Selected.'Request Type'.Value = "Return",EditForm(returnformedit);Navigate(Returnedit,ScreenTransition.Fade))
    
    )
    
    )

    You Can Modify the above code if, I missed something that your require.  
    Thanks,

    Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."-Vijay

  • jaleefpk Profile Picture
    64 on at

    Hi, thanks for the responds but it still opening the home screen 

    i have added a semi colon ; after the set(sharepointfrommode ,"editfrom"); 

    jaleefpk_0-1602757878247.png

     

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 329 Most Valuable Professional

#2
11manish Profile Picture

11manish 209 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 179

Last 30 days Overall leaderboard