Hi @Drrickryp thank you for your response.
I having two conditions here,
Conditions 1 . I should be able to manually select the line items inside the gallery which is working fine.
By selecting its navigating to next screen .
Navigate(Services_Nonscan);
Set(varLMApprovalDate,Now());
Conditions 2 .
By Default if same order numbers is available in textinput then Gallery Items should be selected itself by default,
Gallery items code i am using "GroupBy(test9,"orderNumber","customerCode","activityClass","orderstatus")"
But filtering cannot be used here since it will filter particular number which is matching with textinput.
please advise.