Vishaal_Arun
3 years agoNew Contributor II
Encountered Extraneous Input
Hi all,
I got the Extraneous input error when i compiled the below expression in Mapper,
_perm == 'F'? ["R", "W", "X"]:(_perm=='RW'?["R", "W"]:(_perm=='RE'?["R", "X"]:(_perm=='R'?["R"]:[ ]))): [...