Hello Foks,
I want to remove all the "non-json" text which comes before the JSON.
using a compose action, I tried the following trim and replace combinations - however the result as not as expected.
trim(replace(replace(replace(last(split(outputs('Compose'), 'TenantDomain')), ':', ''), '}', ''), '"', ''))
trim(replace(replace(replace(last(split(outputs('Compose'), 'contosoGroup.onmicrosoft.com')), ':', ''), '}', ''), '"', ''))
Please help.
Thanks,
Account : nnnnnnnn-nnnn-nnnn-nnnn-nnnnnnnnnnnn


Report
All responses (
Answers (