Dears,
I have an EditForm1.
I have "LastSubmittedRecord" collection that contain one record. I get this collection from an edit form Collect(LastSubmittedRecord,EditForm1.LastSubmit);
the Collection:
Inside this collection i have a "client name" column as shown below:
I need to show all columns in the collection with the sub collection "ClientName" all values 'SMLC','HDF','Sagesse'.
How can i achieve this.
Any idea.
Thank you in advance.
Dears,
@Rahber thank you for you reply.
I can't find with this link a method that let me display all column in collection and nested collection for this row without specifing in condition the name of this record.
Any idea.
This is called nested collections.
you can read a whole guide on them here http://powerappsguide.com/blog/post/data---how-to-access-nested-collectionstables
Please click Accept as Solution if it resolved your problem or give it a Thumbs Up if it helped you in anyway this will allow other people to search correct solutions effectively.
Thanks,
Rahber