Hi Zahib,
To get the last day of month you'll need the following data items as Number
Data Item to store the current month: Month -> to calculate the month you have to use a calc stage and write the expression FormatDate(Today(),""MM"")
Data Item t...
Hi Salman,
This is my solution using the code stage( I don't know if there is an action that allow to delete multiple columns ):
The following code deletes all columns from the collection where the column header starts with ""Column"" but you can ch...