Skip to content

Ruprect/AzureFunctions-For-LogicApps

Repository files navigation

Azure Functions For Logic Apps

These are functionality to be used as custom connectors for Logic Apps and Power Automate

arrayDifferences

Takes an input of two arrays, and a common comparison key - And will output the differences between the arrays as:

  • NewItems
  • ChangedItems
  • DeletedItems
  • SimilarItems

mergeArrays

Takes an input of two arrays, ans a common comparison key - And will output a new array containing the two arrays merged into one

To Run:

npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published