thygesteffensen / PowerAutomateMockUp

Skeleton to run Power Automate Flows from their JSON descriptions.
MIT License
7 stars 1 forks source link

feat: Added a Interface for scope to have their own way of handling i… #33

Closed thygesteffensen closed 3 years ago

thygesteffensen commented 3 years ago

…tems

This way, each item expressions queries for State for getting the current item. The state find the itemhandler in the internal list, at calls that itemhandler, to return the current item. The itemahandler is meant to be the for each action, which needs to keep track of which item, that is the current item.

Fixes #20 Fixes #22

thygesteffensen commented 3 years ago

:tada: This PR is included in version 1.0.0-alpha.29 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

thygesteffensen commented 3 years ago

:tada: This PR is included in version 1.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: