i am having problem with the filter , lookup and even with search . i have copied a collection from collection (data in this is came from sharepoint) . this collection have data but on using filter it shows blank.
Set(anc,Filter(DD_fms_quantity,flight_id=Flightvalue_popup.ID));
i used this . please help me out
The problem you have is because you are generating a variable,
Remove the SET and check if it brings you data, in any case if you want to save the values of a gallery you must do it in a collection using Colletc or Clear collect
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
You can accept more than one post as a solution