Originally posted by Unknown
It looks like the workflow is getting launched correctly when the request is created. The reason that the salvation date is not getting set on your profile is probably because the workflow attribute "Salvation Date" is not set.

You need to add an action above the "Set Salvation Date" action that populates the "Salvation Date" Workflow attribute. If you are trying to set the person's "Salvation" attribute to today's date you can use the lava {{ 'Now' | Date:'yyyy-MM-ddT00:00:00' }} (found here)