Skip to content

Instantly share code, notes, and snippets.

@mattcuk
Created April 12, 2020 15:38
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save mattcuk/f3310c52d4379f6e74b2fba82ff3176b to your computer and use it in GitHub Desktop.
Azure Logic App - Inline Code - Simple Text Filter
const filtered = workflowContext.actions.Current_JSON.outputs.filter(item => item.display_name=='My search string');
return filtered;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment