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 / Collections multiple e...
Power Apps
Unanswered

Collections multiple entries all the same

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi im currently working on making my apps offline, 

 

I would like for my apps to save to the database when connected to the internet and if not connected send to collections and when reconnected to the network send the data, i have the following error. 

 

If the collection has multiple entries all the entries are sent as the same entry? See the syntax below

 

         If(Connection.Connected, Patch('TEST', Defaults('TEST'),
{Assetid: Assetid_Dropdown.Selected,
starthours: Value(DCV_starthours.Text)}));

 

          If(!Connection.Connected, Collect(OFFTESTCOLLECTION,
{Assetid: Assetid_Dropdown.Selected,

starthours: DCV_starthours.Text}))

Categories:
  • Dawidvh Profile Picture
    1,346 on at

    Hi @Anonymous

     

    Please send a picture of the error.

     

    One thing I did notice is that the collection is not setting the value for StartHours as a numeric value as it is done with the patch. This can cause problems when you are trying to path the collection back to the data source.

     

    Value(DCV_starthours.Text)

     

    twitter: @dawidvh

    youTube: https://www.youtube.com/channel/UCIMe_ErQZP5chbI9UyW0xLw

    >>If you found this reply helpful, please mark this as the answer to close the topic and make it easier to find for other people with similar questions.<<

     

     

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 395 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 260 Most Valuable Professional

Last 30 days Overall leaderboard