I didn't know if this was a global thing or a just our company thing. When I checked the system status it said there was no problem with WF. I have emails on for all Fusion related things and I know that they don't actively monitor the forums I was just wondering if it was happening to anyone else.
I keep getting this error when working in Fusion with any WF connectors. Some of my connections are working like Microsoft 365 email and others not working like any WF connectors and Microsoft Excel. Is anyone else having issues right now?
Have you tried Create Record -> Update, Select all fields except last if not applicable:OBJ code "PRGM"Program IDNote MessageNotify user(s) or team(s) if applicable
One thing that I forgot to mention was that Fusion put the "+" symbol there because it was trying to concatenate the strings together. Glad I was able to help!
In addition, you don't even have to build the data structure. It will auto generate for you if you leave it blank. This is from a field that is the same as yours.
Hover over the function and look at the last example for the switch statement. You would put the N/A like: Biomarker;NA)For your second question use a logical AND. if( assayPurpose = Biomarker AND assayPurpose = Flow Cytometry; Do stuff; Else). You don't need quotes when hardcoding strings but you d...
What is a good way to track each scenario's run count. I have been looking around for a good answer to this but I can't seem to find/think of one. The scenario report tab seems so lacking in information and the same goes for creating reports in WF in relation to Fusion. Any ideas or suggestions help...