Hello @Meghal,
I don't think applying filter is an option. We should iterate existing collection to skip ""Publisher"" and insert a row in result collection in the combination of ""name"" and ""Status"".
I create a sample flow without exception handl...
FormatDate(AddDays(MakeDate(1, ToNumber(FormatDate([CurrentDate], ""MM"")), ToNumber(FormatDate(AddMonths([CurrentDate], 1), ""yyyy""))), -1),""ddd"")
Try this expression will give your result, Supply date in mm/dd/yyyy.
I tried create CSV file using EXCEL VBO but it doesn't help as internally it creates Excel file irrespective of extension supplied.
Option 1:
One option I could see is to create a CSV template for your self (one time job) and copy file & Paste on d...