Hi All,
I have created a Edit form Gallery it is done perfectly but my query is under header Mail_Status <> "Completed" data should list in Edit gallery it is possible
this below query only list of their user upload data only. its possible to add the above req on same.
ClearCollect(colGridData,Filter(Gobal_Master_Data_EU,StartsWith(Requestor_Name,TextInput2.Text)
&& Allocated_To=User().FullName));