Hey
me again I have a question about how I can add a collection to a table.
or how I can adjust a table
for example a table with the main items product and brand
it contains 2 items how can I add a 3rd item to it.
Kind regards Ruben De Windt
Solved! Go to Solution.
@Anonymous
You should write it like this instead. Your method makes 4 separate calls to the datasource API. Mine only makes 1 call. This means performance will be best using my way.
Patch( beamer; Defaults( beamer ); {'product ': product_beamer; 'nmbs code': nmbscode_beamer; merk:merk_beamer; groote: groote_beamer})
Please mark as solution 😁
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
You can use a collection and AddColumns:
@Anonymous
I made a free app that has 50+ examples of how to manipulate tables. There is a visual and code for each technique.
Check it out here:
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
found it 😄
i did it like this:
Patch( beamer; Defaults( beamer ); {'product ': product_beamer}; {'nmbs code': nmbscode_beamer}; {merk:merk_beamer}; {groote: groote_beamer})
tnx anyway 🙂
@Anonymous
You should write it like this instead. Your method makes 4 separate calls to the datasource API. Mine only makes 1 call. This means performance will be best using my way.
Patch( beamer; Defaults( beamer ); {'product ': product_beamer; 'nmbs code': nmbscode_beamer; merk:merk_beamer; groote: groote_beamer})
Please mark as solution 😁
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
179 | |
45 | |
44 | |
34 | |
33 |
User | Count |
---|---|
255 | |
82 | |
78 | |
67 | |
65 |