Skip to main content
Headshot of article author Carlos Figueira

SQL Server has many different ways (column types) to represent date/time values, and depending on which one is used in the database table, you may have some surprising results when trying to consume that in PowerApps. This post explains why this is the case, and walks through ways to make your app work with all kinds of date/time representations.

» قراءة المزيد
Headshot of article author Brian Dang

This blog post is a second part in a series on how to “Return an array from Flow to PowerApps.” It will cover a much more efficient solution: the “Request – Response” method. Inside flow, using the action of the same name, you will be able to return arrays of any shape and size to PowerApps. To make the most use of this capability, we will be applying the solution to executing a SQL query.

» قراءة المزيد