
Announcements
Hello Sir/Madam,
I am trying on filter out the "REG_DATE_EXPIRED" from the column while running the excel connector. But ended up with some errors on it. 'May I know there is any other methods to deal with it? The below attachment are the flow that I working on.
Thank you.
Best Regards,
Sean.
Hi @Seank02 ,
Try setting the filter query field in the RPD Tables action to:
REG_DATE_(RPD)_expire ne 'REG_DATE_EXPIRED'
Knowing Excel, the column name is probably wrong, so I suggest you download the output of the RPD Tables action and find the correct column name so you can replace that in the above expression.