Mark Juniper

Power Platform | MS365 | Azure


Clear an Array in Power Automate

Published January 31, 2024

Quick one today. Sometimes you may need to empty/clear an array of values in Power Automate.

Simple solution to this is to pass the null expression to the array in a set.

Initialise your variable InitVariable

Set the variable to null SetNull

Variable is cleared ClearVariable