Hi all,
Monthly, I have some transactions to allocate expense, posting date is always in the last day of a month, now I want to automate them, so could you help me to default posting date
Thanks in advance
Hi all,
Monthly, I have some transactions to allocate expense, posting date is always in the last day of a month, now I want to automate them, so could you help me to default posting date
Thanks in advance
Hi @HangTruong
Welcome to the community!!
So, you need a way to get the last day of the month which you can add as the posting date right?
Cool, I have just the workflow you need to calculate the last day of the month. In this workflow, I have provided the current day in a variable named “CurrentDay”. You can change it according to test every month This returns the last day of every month that you add to currentDay variable which is just the one you need…
Check it out…
GetLastDayOfMonth.xaml (5.2 KB)
If this works out for you, please also make sure to mark this answer as the solution too…
Let know how it goes…
Thanks a lot, I will try it
Hi @HangTruong
Let know whether it works for you once you try