22-09-20 08:10 AM
Good Morning everyone,
I'm working to increase to utilization of one of our clients Robots. Unfortunately, one of the requirements are, that the Bot have to handle in the future more Items with different Sender Name or Subjects, which have to filtered from an Report.
In the current BOT I'm using this fix Input Filter in the "Utility - Collection Manipulation":
"[Completed On] <> '' AND [Completed On]='" & AddDays(Today(), -ToNumber([ConfigData.PrevDays])) & "'" & "AND [Sender Name] LIKE '%It is spring%'"
I added this Input Filter value into our configFile:
"[Completed On] <> '' AND [Completed On]='" & AddDays(Today(), -4) & "'" & "AND [Sender Name] LIKE '%It is spring%'"
I started to work with it, but I got errors in Blue Prism, that one ' is miss placed, but I not found any solution.
Are there any ways to use "flexible" input parameters, which can be import from a ConfigFile to filter something in Blue Pirsm?
Thanks in advance for your support.
Best regards
Andre
Answered! Go to Answer.
29-09-20 12:04 AM
29-09-20 12:04 AM