Hi Guys,
I have a problem that I hope you may be able to help me resolving.
I need to Collect items from Dataverse to collection for specific month.
So I have a table with Data column that holds dates and I need to collect only a records with date for specific month.
At this moment I'm using following function:
ClearCollect(colWydatki, Filter(Wydatki, Month(Data) = Month(Now())))
and it's working, but unfortunately it's giving me a delegation warning, so my question is, can I improve it somehow to get rid of this warning?
Thank you in Advance.
ToJestStaszek/ThisIsStanley