Each programming language uses variable and variables play very important role in any programming language. In PowerApps we use variables little bit in different way. Here we do not define type of variable but we use them through declaration. In PowerApps, There are three types of variables, and each type of variable has its own scope. [su_table responsive=”yes”] Variable Type...
Continue reading...Power Platform
How to delete person in SharePoint Power Apps form?
I have customized SharePoint form in Power Apps. It is working perfectly except it is not patching person data when I removed person from people picker field. Then I came to point that one more thing is missed from Microsoft.
Continue reading...Power Automate: Flow Introduction [Chapter-1.0]
Initially we have SharePoint Designer to create workflow in SharePoint. But SharePoint designer limitation was that it was integrated with one product i.e., SharePoint. With Power Automate Microsoft integrated other products like-SQL, Twitter, FB etc. So Power Automate (previously know as MS Flow) is a kind of service that helps you to- Automate repetitive business processes. Send reminders on past...
Continue reading...Power Automate | Flow : Standard Date & Time
When you check date format in flow, you will see this kind of date format : yyyy-MM-ddThh:mm:ssZ. Actually microsoft flow gives you each date in this format. But some time we need better date format for visibility or understanding. In flow, We use following expression for date format- formatDateTime(utcnow(),’Date String’) Replace Date String with one of the following letter and...
Continue reading...