With function in PowerFX Canvas App
In Canvas App PowerFX, you can use with function to define variables with a limited scope. Without using Local or Global variable or Collection Variable, you can scoped variables using WITH function. Here sample PowerFX mentioned using variables and corresponding with function. Scenario : Extract all accounts with name MS and update all records with…
Read more