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 / help need - SharePoint...
Power Apps
Answered

help need - SharePoint list using ms form to submit. anyone??

(0) ShareShare
ReportReport
Posted on by 1,994

Hi

 

Currently I have a SP list that staff will submit as an consent acknowledge, I want to add one more step, for submitted consent - can it based by their email to auto pop up notification to inform the person that they have alert submitted the form and stop it from updating into the  SP list.  Not sure if work flow can do it or need something else.  please advise. 

 

Thank you

Categories:
  • JR-BejeweledOne Profile Picture
    5,836 Moderator on at

    I have actually done something similar.   First let me get some additional information.

     

    When the consent is submitted is a new item created in the SharePoint list?    Is there any other data in the list besides the consent?

  • bbsin Profile Picture
    1,994 on at

    Hi JR

     

    Yes it basically the list has Name. Dept email and yes they agreed fr MS form  That's all

     

    Thanks

  • Verified answer
    JR-BejeweledOne Profile Picture
    5,836 Moderator on at

    On app start

    Set(varUser, Office365Users.MyProfileV2().mail);

    ClearCollect(Agreements, Filter(DataSource, varUser in datasource.emailcolumn)

     

    Then in your 'pop up' warning label, set the visible property to

     

    If(

        CountRows(Agreements) >0, true, false

    )

     

    This will collect the items in your list only for the logged in user.  Then CountRows will count the rows in the collection.  If there are more than 0 rows, the warning will be displayed

     

     

     

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
11manish Profile Picture

11manish 402 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 296 Most Valuable Professional

Last 30 days Overall leaderboard