Hello guys.
I have a doubt about formula,
I have following scenario.
I send to espo api a json with data account and i testing get a value taht json received
ex:
ifThen(
entity\isNew(),
ipte= array/json get(value = token);
);
some lilke this, it's possible??
I have a doubt about formula,
I have following scenario.
I send to espo api a json with data account and i testing get a value taht json received
ex:
ifThen(
entity\isNew(),
ipte= array/json get(value = token);
);
some lilke this, it's possible??
Comment