Skip to main content

Hello, 

How can I get the title of a checkbox that is true value only? 

Result showed like this: 


These are the checkboxes I need to get the data title. 


The title should what reflect in my google sheet.

Please note that I have also added the custom attribute in click funnels.
 

 

Hi ​@LoveJelee 

You can add this Formatter step for each: Formatter > Text > Spreadsheet Style Formula

Add an IF formula to check if true/false and set the desired value.

Repeat for each variable.

Formatter help: https://zapier.com/apps/formatter/help

 

NOTE: This could be done via 1 Code step as well.


@LoveJelee 

Have you tried adding a filter or a formatter to look for the true cases and exclude the false ones?

https://zapier.com/apps/filter/integrations

https://zapier.com/apps/formatter/integrations

When I’ve had a lot of different variables to check on some Zaps, I’ve used a python code block as I find it easier to create a function that produces the output that I need. ChatGPT and CoPilot can help a lot. 

 


Reply