I have a hidden date field (YYYY-MM-DD) that I want to populate with the current date using Gravity Flow’s update field workflow step. The goal being, I want to use Gravity View to filter entries based on when a particular step occurred in the workflow.
Is there a merge tag that will work for this format, or can I create a custom one (and how?)
Hello. In Gravity Forms, you can do that with the gform_field_value filter:
However, because you want to do that with a Gravity Flow workflow step, I do not think the same filter applies. I recommend asking their support for the proper way to do that in Gravity Flow. Thank you.