SmartCode Not Rendering in FluentCRM’s “Update Contact Property” Action
Hi everyone,
In a FluentCRM automation, I’m trying to update a contact property using a SmartCode {{contact.id}}. Unfortunately, the SmartCode's value is not being resolved, so the contact property is set to the literal text {{contact.id}} instead.
Shahjahan Jewel Is this a bug, or is this the expected behavior of this action?
I’m using WordPress 7.0.2 and FluentCRM 3.1.9.

JF, this is expected behavior, not a bug.
At the moment, the Property Value field in the Update Contact Property action only supports static values. SmartCodes like {{contact.id}} are not rendered there, so they're saved as plain text instead.
Ashim Shil Thank you for your reply. "At the moment" meaning that this will be possible in the future?
Ashim Shil Is there any workaround to update a contact property with a dynamic value of a smartcode?