Hi
I have a flow that is updating managed metadata columns in SharePoint. To do this I have to authenticate to the SharePoint lists webservice via Oauth and an App credential.
This works well and I have started storing things like Realm, Tenant ID, Client ID and Secret in variables.
But I also use scopes to keep my flows readable. Trouble is, Initialise variable actions cannot be put in scopes, which ends up defeating the purpose of them.
Consider this picture below... Between the trigger and the first scope, I have a heap of variables to initialise. Surely these can also be placed in a scope? I mean if I go back to using Compose actions I can put them in scopes which makes the workflow much more readable...
Is fixing this on the backlog somewhere?
