I have an 'Execute Stored Procedure' Flow that requires 4 arguements. It works fine one app, as far as requiring only 4 arguements. But in another, it requires 5...and thus errors out when I don't provide it a 5th.
I have tried to remove/reapply the flow at both a 'View > Data Sources' level and a button level, without success in the 2nd App.
I tried to create a new flow to see if the Stored Procedure was somehow changed, but it still only requires 4 arguements when I get to that step in the process.
Currently, I am 'cheating' it in the 2nd App by adding a 5th (blank - "") argument (i.e. SMAppWorkorder_Update.Run(ThisItem.Barcode,"Status2","SMflow","Complete","") and it seems to be working. But, I don't like that as a longterm solution. Anyone encounter this inconsistency between multiple apps? Is this a momentary bug?