I have an input I’m trying to send to Webflow CMS but because sometimes it may be empty it will fail so I created an if statement. With the if statement it does not fail but it doesn’t send anything to the cms is there anything I’m doing wrong? this is what its doing: if custom-field is empty ignore else send the custom-field.
Your equals sign is not a special “variable”.
Either select the equals from the variables panel or type it like this with no spaces before and after it.
{{=}}
It needs to have a green background.
For more information, see Error Handling Unit 2 - if condition always true - #2 by samliew
samliew – request private consultation
Join the unofficial Make Discord server to chat with other makers!
2 Likes
thank you very much this worked!
2 Likes