To create or update a context variable, pass a singlerecordto theUpdateContextfunction. In each record, specify the name of acolumn, which defines or matches the name of the variable, and the value to which you want to set that variable. ...
PowerApps Like 0 Reply View Full Discussion (1 Replies) AndrewX Iron ContributorApr 05, 2022 AndrewX Here's some more interesting behavior. When i have a single ContextUpdate action inside a Switch function everything works fine, but when i have more than 1 ContextUpdate none of ...
Hello, i have this code running on a button click. For some reason the ClearCollect works fine, and i can access the returned data from MyApi, but the UpdateContext does not work. If i run the UpdateContext outside the Switch() function it works, but not inside. Any clues? UpdateCon...
Hello, i have this code running on a button click. For some reason the ClearCollect works fine, and i can access the returned data from MyApi, but the UpdateContext does not work. If i run the UpdateContext outside the Switch() function it works, but not inside. A...
Hello, i have this code running on a button click. For some reason the ClearCollect works fine, and i can access the returned data from MyApi, but the UpdateContext does not work. If i run the UpdateContext outside the Switch() function it works, but not inside. ...
Hello, i have this code running on a button click. For some reason the ClearCollect works fine, and i can access the returned data from MyApi, but the UpdateContext does not work. If i run the UpdateContext outside the Switch() function it works, but not inside. ...
Hello, i have this code running on a button click. For some reason the ClearCollect works fine, and i can access the returned data from MyApi, but the UpdateContext does not work. If i run the UpdateContext outside the Switch() function it works, but not inside. ...
AndrewX Here's some more interesting behavior. When i have a single ContextUpdate action inside a Switch function everything works fine, but when i have more than 1 ContextUpdate none of them work..