Power Automate List Rows Column Null (List Rows Filter Empty update)

--

According to out last tutorial - Power Automate List Rows Filter Empty and Update Row NotFound. | by 洪健翔 Hung, Chien-hsiang | Sep, 2022 | Medium, we stated that we can use ColumnName ne ‘’ to filter the empty row. Though sometimes it doesn’t work. Here is a simple solution.

Just change ColumnName ne ‘’ to ColumnName ne null it worked!

How To Check Null Value In ODATA Filter Of Get Items Action In FLOW (c-sharpcorner.com) by Sarvesh Shinde

--

--

No responses yet