Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

Data not being fetched from datacardvalue from the gallery.selected

(1) ShareShare
ReportReport
Posted on by 6

Hi Everyone, for context 

 

the formula i created on the datacard is showing as a default item but not being inserted to my database which is the sharepoint lists.

 

seqNum: primary key from (main table)

seqNumRef: lookup column from another table (table2)

galPreProScreen: is my gallery item

 

here's the design and the formula for defaultselecteditems:

deo13adel_0-1720591228770.png

 

my formula in the items (same datacard):

deo13adel_1-1720591245392.png

 

but not being fetched to my sharepoint list:

deo13adel_2-1720591332053.png

 

 

  • Ami K Profile Picture
    15,665 Super User 2024 Season 1 on at
    Re: Data not being fetched from datacardvalue from the gallery.selected

    @deo13adel - as I understand it, the output displayed in the DefaultSelectedItems property of that ComboBox control is not being saved back to the "seqNumRef" field in your SharePoint list (I assume this field been configured as single-select).

     

    In the Items property, I would have expected:

     

    Filter(
     Choices([@'DRS_main'].seqNum),
     Id = galPreProScreen.Selected.seqNum
    )

     

    In the DefaultSelectedItems property:

     

    Parent.Default

     

    Nothing else should be modified from the default set up for that DataCard.

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,660 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 66,004 Most Valuable Professional

Leaderboard