Formula issues
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
GordonYurich1
5 - Atom
06-15-2025
01:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello everyone!
I have a formula which I remember using without issue. Trying to run my automation again and now the system does not like the formula
Can anyone help?
IF (IsNull([GTH Charge rate]) OR IsNull([GTH_Charge_Rate CoE])) THEN
"Missing data"
ELSEIF ([GTH Charge rate] = [GTH_Charge_Rate CoE]) THEN
"Correct" ELSE
"Validate"
ENDIF
It doesn't like the = ([GTH Charge rate] = [GTH_Charge_Rate CoE])
Labels:
- Labels:
- Search Feedback
1 REPLY 1
abacon
13 - Pulsar
06-15-2025
03:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@GordonYurich1 Without seeing the workflow, my first guess would be to check the datatypes. If you could post the error and workflow, we could be more helpful.
Bacon
