Help with JoinFieldValue in a Worflow
Hi, I need the following, hope you can help me:
In a workflow, in the rule/condition, I would like to compare if the "Type" field of CO1 has changed, but the worflow is in th ServiceRequest Type.
So I am using the following, but it shows me an error, that the exp name is not valid, probably I'm using the function in a wrong way.
JoinFieldValue('<CustomObject1>', [<CustomObject1Id>], PRE('<Type>')) <> JoinFieldValue('<CustomObject1>', [<CustomObject1Id>], '<Type>')
Thanks
So I am using the following, but it shows me an error, that the exp name is not valid, probably I'm using the function in a wrong way.
JoinFieldValue('<CustomObject1>', [<CustomObject1Id>], PRE('<Type>')) <> JoinFieldValue('<CustomObject1>', [<CustomObject1Id>], '<Type>')
Thanks
0