Survery123 Connect 3.13
I have a text field (RollCallNbr, row17) in the following format xyz-xyz. The first 2 characters represent the year. I need to extract those 2 characters, convert them into 4 characters for year (RollCallYear, row 18), and use the new year field as part of a concatenated URL (RollCallURL, row 19).
For example:
A roll call number can be 22-0501, the roll call year would be 2022 and the roll call URL would be https://councildocs.dsm.city/rollcalls/2022/22-0501.pdf
I'm attaching the XLS form.