Confiforms 3.18 in in-prem Confluence 9.2.5.
I am trying to set the title of the Form to a value from a field on the same Form. So I configured a Rule for Field Definition macro to implement a Set Form Title action upon change of a specific field.
<ac:structured-macro ac:macro-id="97ef386c-d58f-4c0a-8e3e-8b16f627e701" ac:name="confiform-field-definition-rules" ac:schema-version="1">
<ac:parameter ac:name="condition">!featureID.[empty]</ac:parameter>
<ac:parameter ac:name="fieldName">[entry.productName]</ac:parameter>
<ac:parameter ac:name="action">Set form title</ac:parameter>
<ac:parameter ac:name="onUserActionOnly">true</ac:parameter>
<ac:parameter ac:name="actionFieldName">featureID</ac:parameter>
</ac:structured-macro>
The result is not the value of the productName field.
Instead it is "[entry.productName]".
I've tried the following as fieldName parameter
productName
entry.productName
$entry.productName
All result in the literal string value being used. Would appreciate some help here
Sorry to say, but this is not currently evaluated for the [entry.field_name] notations. We will implement that asap
Thanks. I can set the Title on first save using the Create Page action of the IFTTT macro, but this prevents me from changing the Title if the contributing fields change
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.