Rick Toner
Rick Toner
Same issue, I with this was pinned until it is (if ever) fixed.
> Rick, If you look at my post it will give you the code to fix the issue. I just was never added to the official release. > -Paul I...
Ok, I am already doing some digging, a few things I am noticing. 1) I have OneDrive mapped to my profile path $PROFILE E:\OD\OneDrive - [company]\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1 In the code you...
Here is how I addressed the issue ``` #If the file does not exist, create it. if (-not(Test-Path -Path $PROFILE -PathType Leaf)) { #check to see if OneDrive Profile is...
I am trying to filter down records also. Were you able to get this working? here is the base lookup: data-StratusFormsLookup="{listName:'MNGWPD Facilities',firstOption:'Select DisposalLocation1',fieldName:'ActiveLookup'}" Here is my CAML: <Where><Eq><FieldRef Name="Facility_x0020_Status" /><Value...
I am having the same problem.