Hi Everyone,
I needed to extract a substring from a string and I used the slice function there. But it's showing an error.
Does anybody have a clue what I have to do here because I don't?
Hi @Mysterious ,
The slice expression should contain position of start character and end character. Reference guide for expression functions - Azure Logic Apps | Microsoft Learn
Please modify your expression.
slice('<text>', <startIndex>, <endIndex>?)
You can also try substring. Reference guide for expression functions - Azure Logic Apps | Microsoft Learn
Best regards,
Rimmon
Hi @Mysterious ,
Please show outputs of this and tell me the substring you want.
Best regards,
Rimmon