
Announcements
if(
equals(body('Get_a_row_by_ID')?['address1_country'], null),
'',
body('Get_a_row_by_ID')?['address1_country']
)
if(
empty(body('Get_a_row_by_ID')?['address1_country']),
'',
body('Get_a_row_by_ID')?['address1_country']
)
|
Ellis Karim
Blog: https://elliskarim.com
|