Hello,
I am creating a powerapps component framework that contains a details list. The user is prompted to select from the list and then select done. The problem is when I want to search by name, the array of elements of the details list is returning empty.
I tried to hard code the variables and add them to the details list. It worked and I am able to filter the names.
As for the array returning on filter:
I am also printing its length and it's showing 0 although the array contains some elements.
As for the code, i will be adding a screenshot of how i am adding elements to the array on filter:
I would really appreciate some help.
Thank you!