I have this expression to check if a SharePoint field of type number is empty, but i am getting this eror:-
The template language function 'empty' expects its parameter to be an object, an array or a string. The provided value is of type 'Float'.
if(empty(first(outputs('Get_items_Grant_2')?['body']?['value'])?['FirstInstallmentPercentage']),'Not Applicable',mul(variables('varBudget'),first(outputs('Get_items_Grant_2')?['body']?['value'])?['FirstInstallmentPercentage']))