I have such an initialized variable
I would like to, after fulfilling some condition, cut off 001 and add another number, i.e. 002, after releasing another flow, so that Revision003 would be created and so on.I wanted to add something like this in Compose, but it shows me that exxpresion is not valid. Where am I doing wrong?
concat('Revision', int(substring(variables('Revision'), 8, 3)) + 1)

Report
All responses (
Answers (