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 / Power Apps need help w...
Power Apps
Unanswered

Power Apps need help with publishing entries to sharepoint list

(0) ShareShare
ReportReport
Posted on by 14

Hello, 

 

I am brand new to power apps, I am trying to create a power apps form that feeds into a sharepoint list to record data for some users.

It requires that the users select a few dropdowns (Being Select Vehicle,Week, and then Location).

 

After that I have put in some fields from the sharepoint list that sources the data such as Number of visitors, issues,Date, Additional comments.

 

I am trying to find the solution how to submit the data to a sharepoint list but specifically keep havng issues with the third dropdown (Location) which is a filter based on the previous dropdowns (Code is 

Filter('Mobile Library Details', Mobile = 'Vehicle Dropdown'.Selected.Value, Week = 'Week Dropdown'.Selected.Value) ).

 

D_PUser25_0-1708357176632.png

I currently was trying to store the submissions in the same sharepoint list as the source with a new collumn tagging 'Details' and 'User Entry' to differentiate entries from details. However, I am now thinking it might be better overall to set up another list for the results to be submitted too?

 

Anyway this might be terrible to see but this is what I tried onsubmit for the button. I've broken the formula and getting frustrated! Any help is much appreciated!!

 

SubmitForm(Form1);
Patch(
    'Mobile 'Mobile Libraries Entry Form Details',
    Defaults('Mobile Libraries Entry Form Details'),
    {
        Mobile: 'Vehicle Dropdown'.Selected.Value,
        'Week': 'Week Dropdown'.Selected.Value,
        'Stop name': 'Stopname Dropdown'.Selected.Value,
        'Number of Visitors': 'Number of Visitors_DataCard1'.Text,
        'Number of Issues': 'Number of Issues_DataCard1'.Text.
    }
)
Categories:
I have the same question (0)
  • mmbr1606 Profile Picture
    14,629 Super User 2026 Season 1 on at

    hey @D_PUser25 

     

    try this modified version please:

     

    Patch(
     'Mobile Libraries Entry Form Details',
     Defaults('Mobile Libraries Entry Form Details'),
     {
     Mobile: 'Vehicle Dropdown'.Selected.Value,
     Week: 'Week Dropdown'.Selected.Value,
     'Stop name': 'Stopname Dropdown'.Selected.Value,
     'Number of Visitors': 'Number of Visitors_DataCard1'.Text,
     'Number of Issues': 'Number of Issues_DataCard1'.Text
     }
    );
    

     

    Let me know if my answer helped solving your issue.

    If it did please accept as solution and give it a thumbs up so we can help others in the community.



    Greetings

  • D_PUser25 Profile Picture
    14 on at

    Hi, 

     

    I'm afraid not, would it help if I shared the sharepoint list fields? I can show more information if required.

     

    thanks

  • mmbr1606 Profile Picture
    14,629 Super User 2026 Season 1 on at

    have you tried the suggestion above?

    You had 'Week', you normally use single quoted when there are spaces in the column names.

     

    Let me know if my answer helped solving your issue.

    If it did please accept as solution and give it a thumbs up so we can help others in the community.



    Greetings

  • D_PUser25 Profile Picture
    14 on at

    Hi ,

    I did try it it and still no luck. I reverted back to the data source I am using called 'Mobile Library Details'. This is the input
     
    SubmitForm(Form1);
    Patch(
        'Mobile Library Details',
        Defaults('Mobile Library Details'),
        {
            Mobile: 'Vehicle Dropdown'.Selected.Value,
            Week: 'Week Dropdown'.Selected.Value,
            'Stop name': 'Stopname Dropdown'.Selected.Value,
            'Number of Visitors': 'Number of Visitors_DataCard1'.Text,
            'Number of Issues': 'Number of Issues_DataCard1'.Text
        }
    );
     
    Still no luck 😞
  • D_PUser25 Profile Picture
    14 on at

    Can anyone assist?

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

#2
11manish Profile Picture

11manish 207 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 150 Super User 2026 Season 2

Last 30 days Overall leaderboard