Hi all,
I am in a situation where I think dynamic actions might help, but I can't figure out how to make it work. I just searched this forum and found no threads on this feature. Has anyone tried it, or have some inside knowledge about how to use it?
My first question is, can I use custom events in the action formula? Such as:
Action Formula:
IF(ISNULL(STORE@Counter) OR STORE@Counter<1, 'EVT_1', 'EVT_2')
Action Code:
DYN(IF(ISNULL(STORE@Counter) OR STORE@Counter<1, 'EVT_1', 'EVT_2'))
Thanks for any help on this!
Margaret