Hello
When try to execute a stored procedure sql server with parameter from PowerApps i get this error
Unable to process template language expressions in action 'Execute_stored_procedure' inputs at line '1' and column '1547': 'The template language expression 'parameters('$connections')['shared_sql']['connectionId']' cannot be evaluated because property 'shared_sql' doesn't exist, available properties are ''. Please see https://aka.ms/logicexpressions for usage details.'.
Same flow with recurrence first step works fine
Based on this thread, Microsoft have released a fix for this in Preview.
ALTER PROCEDURE [dbo].[SGPCustomersYearUnits] @CustomerCode as varchar(50) AS BEGIN delete from STGCustomersYearUnits; insert into STGCustomersYearUnits select newid() ID, SGCustomersYearUnits.* from SGCustomersYearUnits where CustomerCode=@CustomerCode order by CustomerCode ; END
Hi compksoft,
Could you please provide us a screenshot of the flow you're trying to build?
Regards,
Mona Li
WarrenBelz
146,537
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,908
Most Valuable Professional