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?