Hi guys,
I have a gallery view that contains record from a sharepoint list, in that one there is a field called MBirth, this is a single line text, so How can I filter my list that field? I mean, myfiel being equal to current month.
This is the expression that I'm trying to use:
Filter('Birthday and Work Anniversary','Birthday and Work Anniversary'.MBirth = Month(Now))
But it's not working.
This is an expression that I have in my workflow and working perfect, so if I could convert it to use in powerapps it would be great.
Query filter:
MBirth eq 'fomatDateTime(utcNow(),'MM')'
So, if my record is set to MBirth eq 04 and that's expression return 04, I'll well get all the records.
Could you help me with this?
Thank you so much,
Thanks in advance,