Hi All,
I have created a web template using Fetch XML and liquid. In that I am passing a parameter of date column and grouping that column with month and year [and creating alias for the same] then ordering the record by order by query.
In another web template i'm trying to fetch the month name of that result using java script code.
But sometimes getting month name correctly and sometimes getting wrong.
E.x current month data is their in dataverse and according to that throwing current month name sometime and again i'm trying to login to that site it's showing previous month name.
displaying result without processing the next operation of getting month name from function call.
how i can use asynch and await ?