Skip to content

Instantly share code, notes, and snippets.

@expiscornovus
Created September 30, 2020 11:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save expiscornovus/99a66925e1ee881b18b12ec00c3acb41 to your computer and use it in GitHub Desktop.
Save expiscornovus/99a66925e1ee881b18b12ec00c3acb41 to your computer and use it in GitHub Desktop.
Check for null value and convert data type
int(if(empty(string(body('Get_Account_record')?['numberofemployees'])), 0, string(body('Get_Account_record')?['numberofemployees'])))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment