Please, I need some help.
I have a ‘DataTable’ extracted from a ‘DataScraping’ done in a website, this data will be written on an Excel sheet. In the column ‘Salary’ I need split the numbers and separate than in two columns “Minimum Salary” and “Maximum Salary”
Below the table generated using the ‘Write Range’ activity
The catch is that if it is written as an int, it will not include decimals, and anywhere there is a blank, a 0 would fill the cell. The workflow can be modified to do that, but those are the repercussions.