Please tell me about error in this code in code powerapps.
Conditions when select start date & end date and final status when user wants to filter export data.
Thanks and Best Regards,
Mr. Leanghak
Export_CSV.Run(
“StartDate eq ‘” & S_start_date.SelectedDate & “‘ and ExpectationDate eq ‘” & S_end_date.SelectedDate & “‘ and FinalStatus eq ‘” & S_dropdown_status.Selected.Value & “‘ “,
User().Email
);
The solution to this problem។
Leanghak SEIREY is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.