Hi,
I have a collection with list of projects. I want only First 16 or Last 16 to be copied from one collection to another.
If I use :
ClearCollect(
colCdsMyProjectsTop16, FirstN(colCdsMyProjects,16)
);
I am not able to get the 16 records. The result shows as empty. Can someone help me with this please ?
@SachinArvind
Your code is correct. Can you please post a screenshot to verify colCdsMyProjects contains data?
---
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."
Hi @mdevaney :
Thank you for responding to my query. Please find the screenshots attached !!Source Collection
Destination Collection
@SachinArvind
Two ideas:
#1 Can you please try going to the settings and turning off the option called 'Explicit Column Selection'? Then try to re-run the code.
#2 Is it possible that you cleared out your original collection?
---
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."
Check out new user group experience and if you are a leader please create your group
Did you miss the call?? Check out the Power Apps Community Call here!
User | Count |
---|---|
257 | |
215 | |
76 | |
38 | |
33 |
User | Count |
---|---|
329 | |
222 | |
124 | |
71 | |
54 |