I am working with a make.com automation that involves the ‘Google Sheets - Watch New Rows’ module, where I monitor new entries in a spreadsheet. From the data output of this module, I need to extract the column and row information to construct a cell address that I can use in a subsequent ‘Google Sheets - Update a Cell’ module.

In the output from the ‘Watch New Rows’ module, I receive a number, specifically the number ‘11’, which represents the column. However, for the ‘Update a Cell’ module, I require the corresponding column letter (e.g., ‘L’) that represents this column number in the Google Sheets.
I am encountering a challenge converting the raw column number ‘11’ into its equivalent column letter, as the data type and the conversion method are not immediately clear to me within the context of make.com. I need to find a way to map or convert this number to the correct column letter dynamically, as it will be used to specify the cell address for updating a cell in the spreadsheet.
Many thanks,
Mirek