Do set actions know about previous sets

If I have a set the values of some columns, will the second column I’m trying to set know that the first column was changed? I want to check if the first column was set to blank by this action so that I can change another column if it is blank.

0 3 255
3 REPLIES 3

@Austin_Lambeth
You can write expression for the column’s set value i.e.

IFS(
	ISBLANK([ColumnA]),"ColumnA is blank"
)

2X_3_3484e75c2f4d2beb6432fb5216b2732373bcb6fb.png Hiring Req gets set to blank if there is no new jobs for them. When relevant keywords is evaluated will hiring req be blank if there were no new jobs?

You need to re-order the columns. Put [RelevantKeywords] column on top of [HiringReq] column

Top Labels in this Space