Hi @Anonymous ,
Do you want to access the values within the dll column in your AddedActivity collection?
Have you solved your problem?
If you want to access the values within the dll column directly in your AddedActivity collection, please consider take a try with the following workaround:
Add a button control within your app, set the OnSelect property to following:
Clear(ActivityCollection);
ForAll(
AddedActivity,
Collect(
ActivityCollection,
dll
)
)
then within your app, you could use the ActivityCollection as data souce to access your Activity records.
You could consider add a Gallery within your app, set the Items property to following:
ActivityCollection
then all Activity records would be displayed within the Gallery.
Please take a try with above solution, then check if the issue is solved.
If you have solved your problem, please go ahead to click "Accept as Solution" to identify this thread has been solved.
Best regards,