v0.1.4
- Allow context variable to be used as site id (issue #13) - Instead of filling out the number of the VRM site id in the box, you can also use context variables, e.g.
{{flow.siteId}}
or{{global.vrmId}}
. This allows to query the site that has been set in this context field. Of course you need to make sure that context contains a valid VRM site id first. (thanks @danikalt!)
Full Changelog: v0.1.3...v0.1.4