Issues with file name formatting using make

Hi all,

I’m using Make to upload files to the respective columns, but I’m running into some formatting issues.

I’m using a variable that returns a dollar amount (e.g., $165,000 or $10,000), but when I add this to the file name being uploaded to Monday, the formatting changes — for example, “$165,000” becomes “_165_000” or “$10,000” becomes “10_000” and so on.

Could you please let me know how to fix this?

Thanks!