I am trying to create a workflow rule to fire when a column is no longer blank. I would like the workflow rule to “change data”:
Here is the action button:
Here is the error i am getting:
I am trying to create a workflow rule to fire when a column is no longer blank. I would like the workflow rule to “change data”:
Here is the action button:
Here is the error i am getting:
What is the data type of the “Complete” column?
“Text”
Can we try regenerating the DB structure once and check?
Workflows cannot be triggered by virtual columns.
Couple of things:
Can you post a screen shot of your table/column definition?
Try changing the workflow condition to ISNOTBLANK([Related PDF Upload Tables]) = TRUE
Also where are you seeing this error?
Thanks Steve