Hi
I have a multi-select person field with blank as well as single person values in it. I tried passing this logic in
if(equals(triggerBody()?['Location 2']?['Claims'],''), null,split(triggerBody()?['Location 2']?[Claims],';') it is saying 'expression is invalid. Is there a way to load null multi-select person field?

Thank you