News

To assign a Boolean value to a variable, enter the word true or false without quotes. Here’s an example: let myVar = true; JavaScript “coerces” variables to Boolean when testing to true/false.
Retrieve the variables as key value pairs. Your code has an array of the URL variables, now you need to identify the one you want. Use a "for" loop as follows:for(var v=0; v; ...
SharePains by Pieter Veenstra on MSN7d
Variables with Incompatible Type in Power Apps
Last week, one of the issues I ran into as I re-engineered an app, I suddenly ended up with my Power Apps Studio complaining ...