I have created a workflow where contacts are automatically added to our HubSpot CRM. In the form they fill out, they have to give consent whether they would like to receive a newsletter.
What input and output are you getting in Module 9? What’s the difference between givin consent and not giving consent in your input data? If it’s that the “consent” infor is present, try “if exists” instead of “if consent = 1”.
Module 9 gets input from a Google Form. 1 Bundle with several values (Name, EMail, Phone, Address, …). And Module 9 saves these inputs to HubSpot. However, there is one checkbox asking “Can we send you our newsletter” and if they select the checkbox I get I “Yes” from that field via the Google Form.
You can check for that value in the filter between 9 and 12. You can also set a variable earlier in your flow that stores the value (either Yes or No) and check that value in the filter.
Just for documentary reasons. The way I described in the first post is not possible. HubSpot does not allow to change this status via the API. Workaround: Use a HubSpot Form instead of a Google Form.