Description
For multiple scripts we will be requiring to use the actual script name as parameter. I was just wondering if using the [ScriptName] as actual parameter would have the possibility to somehow deal with multiple scripts as well.
Is there any specific reason for not recommending it? Is it error prone?
I’m not sure how much is already known on your side, but the Library workflow is new to me (which I believe almost no one was aware of yet)
Hence want to explore the usage of parameters like this one properly.
Applies To
20x
Solution/Immediate Workaround
It is not recommended to use '[ScriptName]' as actual Parameter.
Library level workflow is basically a common excel workflow for all the solutions in that library, in case we have multiple multi scripts solutions then we either need to have multiple libraries with library level workflow or you need to have solution specific workflow ,Hence you need to specify the name and not giving the parameter as it is that is [Scriptname].
In case of multi-script , we can provide script name parameter to run the script we want to post
So if we have 3 scripts as multi ( s1.txr, s2.txr , s3.txr ) , you want to run s2 , you can provide s2 in script name.
Yes we can trigger other scripts , by providing the name of script we want to run
So not the first script , but the script we specify will run; can be any script out of multi scripts.
Comments
0 comments
Please sign in to leave a comment.