BanuNew Contributor5 years agoHow to remove / in the data extraction Hi Team, can anyone help me how to remove / from the data. for some i am getting / for some i am getting data as expected
viktor_nContributor II5 years agoHi @Banu If it’s string than you can use $data.replaceAll('/', '') But if it’s different type you can also try $data.toString() and after that add .replaceAll('/', '').
Recent DiscussionsWay to lock down in Prod org to "Monitor" only access?trace API and proxy callsPagination Logic Fails After Migrating from REST GET to HTTP Client SnapSolvedPipeline Execute Pool sizeSolvedConcat values of a field based on value of another fieldSolved