I have been digging for any direction with other posts, but did not see anything.
We have a requirement that when our workflow finds that a user’s dept changed, that when we create the certification the user’s whose dept changed, is actually the title of the Certification.
So if I had a department change we would want it to say “HR Event Review Required for - Margot B”.
At the Action - Create Certification Campaign - Campaign Name I have set is HR Event for {$.getIdentity.name}, but when it generated it did not populate the name, it generated just like this HR Event for {$.getIdentity.name}.
You can populate the identity attribute value dynamically in the name of the certification campaign by updating the campaign name from “HR Event for {$.getIdentity.name}” to “HR Event for {{$.getIdentity.name}}” in the workflow.