I have in my ConfiForms Field the following definition:
id.evaluateFormula(IF(EQUALS("Other", "[entry.Ste]"), "[entry.And]", "[entry.Ste]"))
This works well. Now I want the result of this expression also as a page title for my page, that is created with ConfiForms IFTTT Integration Rules. Is this possible? I know that I can put [entry.Ste] as my title, but this full expression does not seem to work in the same way.
Like this then (page title parameter)
[entry.id.evaluateFormula(IF(EQUALS("Other", "[entry.Ste]"), "[entry.And]", "[entry.Ste]"))]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.