Hi TB Community,
I am wanting to send a rent amount to my DB table, but when I started this table I accidentally had all of the rent amounts formatted like this: "$1,250" ... yes with the $ and the comma ...
At this point I am too far in to switch up the table and get rid of the $ and , from the DB table amounts
So my question is this-- If I enter 1200 into a text field in my snippet, how do I add the comma when sending to my DB table?
I have added the dollar sign with a simple concat
Thank you