Active IQ Unified Manager Discussions
Active IQ Unified Manager Discussions
I want to make an workflow in which we can create multiple share at a time.For example in ShareName textbox if I write abc,xyz,pqr then workflow should create these 3 shares.Suggest the way to do this.Can Repeat Workflow option work in this case?
Solved! See The Solution
Hi Rutul,
Yes, you can use user inputs table to enter share names and use these names in a loop.
François
Hi Rutul,
Yes, you can use user inputs table to enter share names and use these names in a loop.
François
Do we need to change anything in script or the row repititon it self will do the work?
Thanks..I tried it..It worked..