Hi @OnurOnal
Pls refer the below snippet, it may help you:


Expression which are highlighted in above screenshots are:
formatDateTime(addDays(triggerBody()['date'],mul(variables('Counter'),-1)),'dddd','en-us')
addDays(triggerBody()['date'],mul(variables('Counter'),-1))
I have also attached the flow here so that you can test it and make changes as per your need. You can make it a child flow if you can want to reuse this logic in multiple flows.
If this helps & solves your problem, please remember to give a 👍 and accept my solution as it will help others in the future.
Thanks