I need to inject js script, if I give hardcoded value for element id its working fine in a script. if I changed it as variable , its throwing an error?
Anil_G
(Anil Gorthi)
March 26, 2023, 4:36pm
2
@logesh_kumar1
Can you show how you are trying to use…
Cheers
Anil_G
(Anil Gorthi)
March 26, 2023, 5:09pm
4
@logesh_kumar1
is the idvalue string?
and it accept one or two only…and if you want to pass two strings then append them with comma and send them and then split
How to use Inject JS Script Activity?
Preface: Inject JS Script activity is a very useful activity, but its use case and how to use may not be clear for those who have limited experience with JavaScript.
This guide will explain how to select multiple items using this Activity, which is one of the major use case of this activity (Select Multiple Items Activity should be the first choice and this can be used as a workaround).
How to use Inject JS Script Activity
In order to use Inject Jav…
cheers