Hello Everyone, I have a Arcade question. I am trying to set up a calculation rule that populate a value in a text type field based on a previous value.
For example, an original value is '1234567' and what I want to do is replace this value with the original value plus 1, i.e. '1234568'.
I tried a code below in the expression builder of the calculation rule but it does not work - a value returns but it is not the correct value.
'attributes': {
'A_Id': Text(Number(feature.A_Id) + 1,'0000000')}
Any tips are much appreciated!