Add prefix to rows in a Column

Hi Everyone,

i would like to add a prefix to row in Column like this :

1
2
3
4

sould be :

2023-1
2023-2
2023-3
2023-4

etc

Thanks

Hello @PXP_Mo
ā€˜String Manipulationā€™ node:

join("2023-", $YourColumn$)

BR

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.