Do set actions know about previous sets

Austin
Participant V

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 254
3 REPLIES 3

LeventK
Participant V

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

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

Austin
Participant V

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