As in the subject I would really appreciate some help figuring out how to fix.
Thank you
Thank you
how do you save the data ? to a database table or the data log you mean ?
Hi Max,
I'm trying to save data in an old database table but aren't able to nake it to work, are only added new records but with empty fields.
The data are saved also in datalog but I don't need this behaviour.
I want to exclude some data that is also sent by email.
I'm trying to save data in an old database table but aren't able to nake it to work, are only added new records but with empty fields.
The data are saved also in datalog but I don't need this behaviour.
I want to exclude some data that is also sent by email.
in the "data source" of the "Save Data" action use
then add a "Modify data source" behavior to the "Save data", and use this format to "unset" (remove) the unwanted field:
{data:}
then add a "Modify data source" behavior to the "Save data", and use this format to "unset" (remove) the unwanted field:
-field_name
You need to login to be able to post a reply.