01-02-23 04:02 PM
01-02-23 09:19 PM
@Nick Renaud
This is a common misunderstanding of the "Filter Collection" action that you have to use the collection field notation in the filter but you have already passed the collection in through the "Collection In" parameter so you really just have to specify the column itself in the filter like the following:
"[Column 12] > 45"
Even if your "Column 12" is text type, the filter will do the conversion as long as every row has a numeric value in it.
02-02-23 03:33 AM
02-02-23 06:57 AM
02-02-23 01:41 PM
"CONVERT([Column 12], System.Decimal) > 45"
02-02-23 03:50 PM
02-02-23 07:21 PM
03-02-23 06:03 AM
03-02-23 01:16 PM
03-02-23 05:10 PM