Reading Custom Field on an Project's oldState | Community
Skip to main content
Eric_D_Miller
Level 5
March 26, 2026
Solved

Reading Custom Field on an Project's oldState

  • March 26, 2026
  • 1 reply
  • 44 views

I am trying to run a scenario that will trigger when a custom field is edited. The issue I am having is configuring a filter based on the oldState value being blank. Meaning if the field changes, but data existed in the field prior to the change, the scenario will not proceed.

How can I configure a module to read the values of the oldState shortly after the trigger?

 

Thank you

 

Best answer by Eric_D_Miller

@Stacey_Robertson I was able to figure it out. Here are the outputs I get for each attempt, however I was entering the custom form text incorrectly.

{{111.oldState.'DE:Go By Deck Link'}} (with quotes)


{{111.oldState.DE:Go By Deck Link}} (no quotes)

{{111.oldState.`DE:Go By Deck Link`}} (with backticks) was the necessary change.

 

Thank you!

1 reply

Level 5
March 26, 2026

I’m not sure I’m following exactly - can you do a filter that says “old state is not equal to new state” and “old state is blank”?

Eric_D_Miller
Level 5
March 26, 2026

I would like a filter to read the oldState value of a custom field. My trigger is set to go when that custom field changes, but I only want the scenario to proceed further if the value the custom field changed from was ‘null’.

 

 

Level 5
March 26, 2026

You should be able to use oldstate is blank