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. ...
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 c...
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...