Answers for "setting lookup field null in powerAutomate"

0

setting lookup field null in powerAutomate

if(
    empty(outputs('Get_a_row_by_ID')?['body/_parentcustomerid_value']),
    null,
    concat(
        'accounts(',
        outputs('Get_a_row_by_ID')?['body/_parentcustomerid_value'],
        ')'
    )
)
Posted by: Guest on March-24-2022

Browse Popular Code Answers by Language