I’m having trouble with an Agent. What I’m trying to do is use @Prompt to collect a value from the user. Then I want to update all selected documents in the View.
The problem is that it prompts for every document, which kind of defeats the purpose which is to select a bunch of documents then update them all in one step.
Can anyone assist with the general outline of this in Formula Language. Currently I use @Prompt to collect a value in a variable then assign it to the field in question.
I’m happy to do this in LotusScript if it’s not possible in Formula.
Thanks