Upcoming database upgrades. to improve our reliability at 03:30 UTC on Feb. 25 / 7:30pm PT on Feb. 24. Some users may briefly experience slow load times or error messages. Learn more here
Jan 12, 2022 08:29 PM
Here you can see I have 2 records, one has the value "abc\ndef"
and the other has "abc\rdef"
. I can query the first one with {Value}="abc\ndef"
, but I cannot figure out how to query the second one. The obvious thing of "{Value}="abc\rdef"
does not work, nor does any other thing I’ve tried.
Jan 13, 2022 05:49 PM
Have you tried URL-encoding the query string?