How do i return the value of a feild which contains spaces and special characters using a Token . The feild name is License quota used (%)
I tried the following combinations, however none appear to work.
$result."License quota used (%)"$
$"result.License quota used (%)"$
$result.License quota used (%)$"
Tried single quotes as well, but no luck.
↧