Thank you @_Manoj_Kumar_ In myVariable, it has comma separated data. Example: apple,orange,banana when I use the query activity fruits ---> is included in --> $(instance/vars/@myVariable), I am getting zero results. is it possible to use 'is included in' with $(instance/vars/@myVariable) in query...
Hi I have an variable and i want to pass it to a query. For my variable instance.vars.myVariable, i am using $(instance/vars/myVariable) but its not workingi n the query. I also tried assigning vars.myVariable and use $(vars/myVariable) in query and again that is not working. If we use $([instance/...
We have a webapp. We need to pull the data dynamically to populate a drop-down. The data may be huge (500k rows). So is it possible to populate it dynamically in webapp? We cannot do query in javascript to pull data and preload the dropdown in webapp since the data is huge. Can we use something like...
HI, Thank you for your reply. Can you please let me know any tutorial or code on how to include Vanilla JS for dropdown in webapp and tie it back to a query
Hi All, I have a schema where I keep product name, product code and product expiry. I am creating a webapp wherein I want to show these three values in the WebApp as dropdowns with data retrieved from the schema. There are about 5000 records in the schema. The values selected in the webapp will be u...
Hi All,Is it possible to filter out any activity performed by Bots (such as opening email, clicking of links etc) on emails sent from Adobe campaign classic.
Hi All,I have a product schema with fields -> Product id | Product Description | Product name | Validity | Geography.We have the product data of all the geographies filled in that schemaProduct analysts across multiple geographies uses it. How can I ensure that a Product analyst of a Particular geog...