one day later and more trials: I can now specify my problems more.
First step: Adding a submit to contact list: CHECK.
Within Make it works.
Second step: Starting automation within ActiveCampaign: FAIL
Reason: I need to add the contact into a specific list, created before within active campaign, to start the automation. This specific list is the way how activecampaigns works
Question: Does anyone know where I could add the submit form to a list within Make? There is no field or something within Make.
3rd step: Once submit is added to the correct list, automation starts : pending due to the second step
General problem:
- Still I don’t know where I need to add the tag information
- I´ve read in different forums that I need to convert the information from webflow:
Creator:false, Reader: true into Creator: false → empty , Readier: true → Reader.
Means back to the original form.
I need to run javascript or something like that: I found the following code:
const data = inputData;
var output = ;for (const [key, value] of Object.entries(data)) {
if (value == ‘true’)
output.push(key);
}return {“true values”: output}
How can I use java within Make?

