Text filter requires a scalar value.

Options

I am trying to delete a record and feed the id from a variable like this:

If I run it I get an error: Text filter requires a scalar value.
I then tried to enter the id directly as a number and it worked fine.
I also tried to do it with a get filter but that doesn't work either.
Here is how the variable looks like when it comes to that error in the debugger:

So, I don't understand what's wrong with the id I feed in?
Could anybody help please?

Best Answer

  • Oliver Burrell
    Oliver Burrell Member
    Answer ✓
    Options

    Found out what this caused:

    I did a query all further up into a variable and returned a list instead of a single record. Switched to single and it worked.

Answers