Appian Community and Appian Academy are being upgraded. From July 24–August 3, the Appian Community will be in read-only mode. During this time, the site will be read-only and user registration will be disabled. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
Hi there,
I have problem setting up the SQL sentence "SELECT .... IN " in query database smart service.
if I directly writing "SELECT .... IN ('1234','5678')" in the SQL Statement, it will work.
if I have create a process variable to be the string '1234','5678', then put the following sentence
SELECT .... IN (ac!str) and assign the process variable to this ac!str, it will not work.
I dont know what's the problem here, as I can't hard coded in the SQL sentence, the string need to be dynamic.
Can anyone be able to help?
regards,
Lin
Discussion posts and replies are publicly visible
can you paste the config in data tab of query rule smart service..is it with multiple values?