I want to use the filter conditions set by the user in a list as query conditions within the script.
I'm considering a process to export all records stored in a table in bulk, based on filter conditions set by the user in a list.I want to specify the same query conditions as the manually set filter conditions during the export, but it doesn't work c...