Skip to content
Discussion options

You must be logged in to vote

Hi @westerdaled,

Thanks for reaching out.
From the syntax, I am assuming that you want to make use of the spinner control which needs to appear until a PowerAutomate has completed its run and need to know the syntax to be used.

Here is an example - sample code:

UpdateContext({ var_showLoader: true }); /*Some code - PowerAutomate Run for example*/ ClearCollect(colDatasources, 'PowerApp->GetSomeThing.Run().ResultSets.Table1.Value); UpdateContext({ var_showLoader: false });

Where 'var_showLoader' will define whether Spinner should appear or not. This value need to be passed to IsLoading Property.

More on this here - https://docs.microsoft.com/en-us/power-platform/guidance/creator-kit/spinner…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by westerdaled
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants