This is one of my favorite scenarios to date and it is very simple to create yourself. I always hated looking up the system status codes and also love having all my fusion data in one spot. This scenario gets all statuses and puts them into a report that is then added to a dashboard. I have multiple...
Not the best solution but try to find a process that your company already uses / has access to that can connect to the API and link it with Fusion.I had to link Fusion to MS Teams via Fusion -> Email -> Power Automate -> MS Teams
I feel your pain with sharepoint. I would love to help if you have any questions. I went through the pain of searching through multi-layer folders so I understand. Try using MS Graph Explorer. It did help a little but I ended up figuring it out myself. Per request from one of our project coordinator...
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...