I have a question regarding workflow: If I change a column value from “0” to “1” and I would like to execute two Webhooks when this happens. If I create two workflows with the expression
The answer is yes, both workflows will be executed; you could also use this expression: AND([_THISROW_BEFORE].[Status]=“0”, [_THISROW_AFTER].[Status]=“1”)
That is if [Status] is a text column; if it is number column type, you would of course remove quotation marks.
Thanks. Regarding the “1” instead of 1 For some reason sometimes when I set Status to be number e.g. [Status]=1
it gives me the error: “The expression is valid but its result type ‘Number’ is not one of the expected types: Ref” I understand that status is a reference, it is a reference to a table with key of type Number, but its value is indeed 1… what is the issue here?
If I use “1” then it does not complain. Not always this is so, any idea?
Not sure, this a completely different question than your above post, need more details, but off the top of my head, perhaps the base type in that Ref column does not match and has remained as text.
I am currently having this same issue. Can anyone help?
In Table 1, ClientID is a number column and is the key. I am inserting this ClientID in Table 2 using an action and the ClientID there will refer back to Table 1. The action won’t deploy from a workflow because “The expression is valid but its result type ‘Number’ is not one of the expected types: Ref”
I have tried setting ClientID in Table 2 to a number, saving, then changing back to ref and the problem persists. Please help.
this is a bug I reported a while ago.
it pops and goes without apparent reason.
what i do to overcome it is to define a virtual field of type ref instead of the original one. and leave the real field without ref.
בתאריך יום ה׳, 30 ביולי 2020, 22:11, מאת Allison Romero via AppSheet Creator Community <appsheet@discoursemail.com>: