Hi,
I have an issue with passing NULL value to stored procedure. The procedure is a simple INSERT INTO some table. When I run the same procedure from Query editor on database with NULL parameters it works fine. When I do it from Flow, I receive error message that parameter was not supplied:

Same Flow with different values (for example @StartQ = 5) works fine. Is there any method to pass a NULL values to stored procedure (I want to have NULL in database table).
Any idea?