Earlier we discussed how we can use collections to pass field values to canvas app charts in realtime. Before moving on, I recommend that you read my previous post to understand the scenario and steps. So far, we were able… Read More ›
PowerApps
Real time chart updates in PowerApps using collections
There are number of business cases where your customers request to view canvas app data as charts . However, when they make changes to fields inside the canvas app, it is a bit tricky to show these changes in real… Read More ›
Flow is not passing integer values to PowerApps? This might help..
I got this question from one of the powerapps developers who had issues trying to pass a sharepoint list itemid(int) back to a canvas app using “Respond to a powerapp” action in flow. He was getting an empty value instead… Read More ›
Build user friendly drop-down fields in powerapps
Native drop-down fields in canvas apps only support scrolling. They do not allow users to manually type in text in the drop down field to easily get to the relevant option instead of scrolling through the whole list. Take a… Read More ›
How to parse JSON object and get variable values in Power Automate(flow) – Part 2
This is the second part of my previous post. If you just visited this page, I highly recommend that you read the first part to get a clear understanding of how we pass field values from a canvas app to Power… Read More ›
How to pass field values from a Canvas App to Power Automate(flow) – Part 1
Let’s see a simple example. I have a canvas app that has multiple input fields. Once user submits the form, we need to send a confirmation email to the user with all submitted information.To do this, you need create a… Read More ›