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 / Problem with Superviso...
Power Apps
Unanswered

Problem with Supervisor and Line Manager are the same

(0) ShareShare
ReportReport
Posted on by 1,625

Hi all,

 

I have a bit of a situation with one of my canvas apps

 

Applicant submits a request and put the supervisor and line manager the same (this is possible in some instances)

 

The way I have designed my form is I have the supervisor approve the application first, then line manager gets an email to approve. 

If supervisor and line manager are the same, the supervisor will sign and date SupervisorScreen and then click next to go to LineManagerScreeen and will submit the request.

Is this the best way to do this, my Supervisor Save buttons OnSelect is:

 

If(IsBlank(DataCardValue8.Selected), Notify("Please sign to confirm authorisation", NotificationType.Error, 3000),
If(IsBlank(DataCardValue9.SelectedDate), Notify("Please enter todays date", NotificationType.Error, 3000),
Set(vWait,true);
SubmitForm(FormPartI)))

 

If the Linemanager is the same as the supervisor they can click next and complete that section too, if they are not the same then the next section will be view only with the save button invisible to them, will this work if if do this:

 

If(IsBlank(DataCardValue18.Selected), Notify("Please signed to confirm authorisation", NotificationType.Error, 3000),
If(IsBlank(DataCardValue19.SelectedDate), Notify("Please type in todays date", NotificationType.Error, 3000),
Set(vWait,true);
SubmitForm(FormPartI);
SubmitForm(FormPartILineManager)))

 

 

The form is in prod, so hesitant in making the above change

Categories:
  • v-siky-msft Profile Picture
    Microsoft Employee on at

    Hi @Lefty ,

    The logic of your app sounds good.

    Is there any thing I can help with?

    Sik

  • Lefty Profile Picture
    1,625 on at

    @v-siky-msft 

     

    As it was already in production, i just wanted to ensure this would work to cater for the scenario i may face?

    Or if anyone had any other suggestions?

  • v-siky-msft Profile Picture
    Microsoft Employee on at

    Hi @Lefty ,

     

    I think this is a good thought, with minimal changes to the App. However, the actual implementation needs to be tested by your side, but logically, it's good.

    Sik

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 381 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 340

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard