I am trying to add to a collection 'cltHousholds' using the code below but keep receiving either 'expected indent' or 'expected colon' error. What is the editor complaining about?
Collect( cltHousholds, {
"id": "D131A", "address": "16 HH Dr", "status": 0
} )
Solved! Go to Solution.
Well the problem was not what I expected but when I removed the quotes from the 'name' elements like so it worked.
Collect( cltHousholds, { id: "D131A", address: "16 HH Dr", status: 0 } )
Well the problem was not what I expected but when I removed the quotes from the 'name' elements like so it worked.
Collect( cltHousholds, { id: "D131A", address: "16 HH Dr", status: 0 } )
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
195 | |
70 | |
51 | |
41 | |
30 |
User | Count |
---|---|
255 | |
120 | |
97 | |
91 | |
78 |