Hello everyone,
i am trying to cut off some text from a text label, this text label produces a "string type" number sequence.
for example it will produce a 30-02-03, how can i cut off "-02" that way 30-03 is left.
what i am trying to do:
i am trying to create a custom id for each item that gets created with follow up requests that link, for example, a frist go through of a request will be 30-01, second request will be a follow up so 30-02, then 30-03 and so on,
thanks !