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...
I created an admin only field that is a concatenation of all fields on a form. This works well as long as all fields combined would not be over 2000 characters. Make the webhook trigger be on field change. This approach limits the webhook events while also giving access to all updates within the for...
When I read the documentation for CASE() I was so disappointed that it was numerical index based. @Doug_Den_Hoed__AtAppStore I very much like your CONCAT() method, I will be stealing this and most likely in the future using it with your status history log :). Thanks!