You are here:  » use return value from filter1 in filter2


use return value from filter1 in filter2

Submitted by tobyhage on Thu, 2017-09-28 12:38 in

Hello David,

Hopefully i can explain what i want.

During import i have two filters.

The first filter sets a custom field for example "color" with value red.

In the second filter i want to use the return value of the first filter. So in this case, the value red.

Is this possible?

Submitted by support on Thu, 2017-09-28 12:53

Hi Toby,

If it's the Text After / Text Before filters for which you'd like to use the return value of a previous filter, see the modification described in this comment to add support for {fieldname} in addition to %fieldname%.

With that in place, you could then use {color} within a Text After or Text Before filter to refer to the value of the custom field `color` however it has been set by previous filters...

Hope this helps!

Cheers,
David.
--
PriceTapestry.com

Submitted by tobyhage on Thu, 2017-09-28 14:01

David,

Great!! Thank you very much.