Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
10 replies
Subscribers
9 subscribers
Views
10115 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Passing single input variable with multiple values to Stored Proc
jaishankarj
over 8 years ago
Hi All. I am trying to execute a stored proc from SAIL having a input parameter as pinABC which is of type Text and can hold multiple values. The stored proc will execute a query having where clause as "WHERE ABC IN (pinABC)". When a single value is getting passed to the stored proc it is working fine, but the moment there are multiple values being passed from SAIL - it is failing. Any help on how to pass a parameter with multiple values to Stored Proc? Sample query as below:
local!spResult:fn!executestoredprocedure(
dataSourceName: <Data Source Name>,
procedureName: <Stored Proc Name>,
inputs: {{name: "pinABC",value:tostring(ri!ABC)}
}
)
Note: The rule input is of type Text and can have multiple values
OriginalPostID-236582
Discussion posts and replies are publicly visible
Parents
0
jaishankarj
over 8 years ago
No luck till now - try various options and wasn't able to successfully execute it with multiple values. even by passing hard coded values it is not working. It works fine if I pass single value - and stored procedure is working fine stand alone with multiple values.Any thoughts
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
jaishankarj
over 8 years ago
No luck till now - try various options and wasn't able to successfully execute it with multiple values. even by passing hard coded values it is not working. It works fine if I pass single value - and stored procedure is working fine stand alone with multiple values.Any thoughts
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data