Is it possible to sort a table using two flow variables. My two flow variables are “vendor name” and “invoice amount”.
Currently, when using the sorter node, I only seem able to use one flow variable to sort, but I would like to sort first by vendor name then by invoice amount.
Hi,
inclist has to brackets next to the symbol. That means you need to give it a collection of the columns you want to include in your filter. Then it should be possible
br
Does the order of the collection matter? If I want to first sort by VENDOR_NAME and then by INV_AMOUNT does the collection have to be [VENDOR_NAME,INV_AMOUNT]?