PowerApps – How to Clear or Empty a Collection

PowerApps – How to Clear or Empty a Collection 👉 Hey welcome to WeTechCareOfYou! If you are a returning subscriber we wish to say thankyou! If you are new to the channel, please subscribe as we release a new video every week. If you have any questions around our...

PowerApps – Patch attachment to SharePoint list

PowerApps – Patch attachment to SharePoint list PowerApps – Patch attachment to SharePoint list Connect to SharePoint as a datasource: https://www.youtube.com/watchv=IFJJEqy_xFg&ab_channel=WeTechCareOfYou Code used in video: Patch( ‘test...

Trim String in Power Automate Flow

Trim String in Power Automate Flow In this video we will take a string of 12345678910111213141516 and trim it to output 12345. Code used: if(greater(length(variables(‘Large Var’)),5), take(variables(‘Large Var’),5), variables(‘Large...