How to pass null values to stored procedures from PowerApps
Power apps uses Flow/Automate to call connect to sql and execute a stored procedure. But flow will not allow you to pass Blank/null value from power app. As a fallback what we can do is, pass a know default value to the flow and in flow check for the...
Jan 24, 20241 min read290