Hi,
in my project I need to write the event type field in my XDM schema using data prep on source attribute.
An output of one data prep can be used as input of another data prep?
For Example if I have this condition to write in the event type field:
iif(statuscode == 'open' && status == 'option' && isPostponed == 'false', 'newoption', 'undefined')
I can use the output of this condition as an input of another data prep?
Thank you very much.