Problem Statement:
Use below expression in compose action to remove the last character from a string.
substring(variables('variable_name'),0,sub(length(variables('variable_name')),1))
here, substring will give output of minus one from the length of string
Comments
Post a Comment