Forum Discussion
sasrsc
Aug 20, 2020Copper Contributor
Is it possible to do a ODATA filter in Power Automate to check for a missing person field?
I have seen some old posts on other sites that seem to indicate you can't do an ODATA filter in Automate for a person field? In my particular case I want to get any rows where varname is missing (...
- Aug 25, 2020
Hi sasrsc
Give this a try:
varname eq null
Do not make it an expression and do not use ' ', simply type null as normal.
Good luck
Damien
Damien_Rosario
Aug 25, 2020Silver Contributor
Hi sasrsc
Give this a try:
varname eq null
Do not make it an expression and do not use ' ', simply type null as normal.
Good luck
Damien
sasrsc
Aug 25, 2020Copper Contributor
Damien_Rosario Simple when you know how 😉