Anyone else try to access the scenario settings button lately and it's not loading? It just loads infinitely and never actually loads in. If anyone else can access it, I'll likely just submit a support ticket.
Replace with change filter to "Numeric Operators: Not Equal to 1". This will be your route with more than 1 checkbox field. Set a fallback, this will be your route with only 1 checkbox field.
Also here is another approach that tells you how many items are in the array. This approach would survive the depreciation I mentioned earlierAdd value(s) to empty array,Flatten array of arrays if more than 1 value,Get length of array
Currently as it is checkbox like fields read one value as a string and multiple as an array. They might be changing this soon and making it always read as an array but I don't remember exactly as I read the patch notes a while ago. When dealing with these fields I will just use the toString() funct...
I also have a custom field but I cannot click that link either. The best way I have found was to put it in the description. You can also leave as a comment as well if you don't like it in the description.
For the debugger to work you have to have it open when you run the scenario. Yes my module did assign 2 teams to a task. Try mapping the teamIDs manually (copy my module), if that works then there is definitely a problem with your array.
I would recommend using Dev Tool -> Scenario debugger to see what is going on behind the scenes. Your problem was that you did not check the map button. The empty array was going inside of an array.
I will come back to this when I work on this more. We are trying to automate a board using Fusion but it looks to be a lot of work. Boards does a very bad job of adding to columns by status so we would have to use Fusion for that portion which is why I asked the second question.
Sometimes when I cannot find the objcode I will F12 inspect the page to see how native WF calls objects. In this case I created a email template report and scraped the Inspect -> Network to find the information about the native call. Then I searched Workfront "EMPTPL" (Use quotes to narrow search re...