by Kyle | Sep 18, 2022 | Uncategorized
PowerApps – Change Date picker format PowerApps – Change Date picker format to dd/mm/yyyy PowerApps – Change Date picker format to dd-mm-yyyy PowerApps – Change Date picker format to Shortdate PowerApps – Change Date picker format to...
by Kyle | Sep 12, 2022 | Uncategorized
PowerApps Patch SharePoint Choice Column PowerApps Patch a Choice Column in a SharePoint List Code used: Patch( ‘Patch Choice’, LookUp(‘Patch Choice’, ID=0), { ‘Patch Choice column’: {Value: “Approved”} } ) You can watch...
by Kyle | Sep 3, 2022 | Uncategorized
Change Date Picker Colour in Powerapps Microsoft Documentation: https://support.microsoft.com/en-us/office/change-participant-settings-for-a-teams-meeting-53261366-dbd5-45f9-aae9-a70e6354f88e If you would like to explore more or sign up to Microsoft 365 here are some...
by Kyle | Aug 28, 2022 | Uncategorized
SharePoint Embed Error Embedding Content from this website isnt allowed, but your admin can change SharePoint Embed Error – Embedding Content from this website isnt allowed, but your admin can change the setting. They will need to add ‘your URL’ to...
by Kyle | Aug 21, 2022 | Uncategorized
Power Automate Create Sharing Link for a file Set Link Expiration to be in 7 days Formula used: addDays(triggerOutputs()?[‘body/Created’], 7, ‘yyyy-MM-dd’) If you would like to explore more or sign up to Microsoft 365 here are some useful...
by Kyle | Aug 14, 2022 | Uncategorized
Add or Remove users to M365 Security Groups using Power Automate flow Documentation: https://docs.microsoft.com/en-au/connectors/office365groups/ If you would like to explore more or sign up to Microsoft 365 here are some useful links: – Learn more about...