Hello,I'm using an External Lookup field set as a multi select.When the data comes into Fusion it sees multiple selected items as an Array as one would expect.The problem is when 1 item is selected it doesn't come in as an Array. It comes in as Text.When processing downstream, how do you deal with t...
Hello, Sorry that this question is very basic, but I've been in and out of so many coding languages lately that I need to ask.Can I webhook repsonse return an array?I have a test scenario where I'm creating an array but when I send that array in a webhook response, it looks like it gets flattened in...
Hi, I'm using a custom API call to add Sharing permissions to an issue. URL: issue/shareMethod: PUTQuery String: accessorObjCode = GROUP, coreAction = EDIT, accessorID = 63ae2a......., ID = 63g.........This is working fine. What I'm struggling with is checking to see if the needed Sharing already ...
Hi all, Does anyone know of a modifier available when searching for issue that start with a letter? Anything likename=Sname_Mod = startsWith thanks,Kelly
I didn't get the error after removing everything after 500. So I tried renaming the custom field with only alphanumerics and that still errored.On another note, when I remove the &$$QUERY I don't get the error and everything seems to work correctly.
I'm using this url/api call in an external lookup field. $$HOST/attask/api/v15.0/OPTASK/search?&projectID=67cb4d760009ae6c758e61510ec421e5&name_Sort=asc&$$LIMIT=500&DE:STZWF_Interactive Type ELF={DE:STZWF_Interactive Type}&$$QUERY and this JSON Path $.data[*].name When running the api call directly ...
Hello, I'm trying to parse JSON coming in from an Iterator but the name of the JSON element could change names. For instance, different custom field names.Much like the eval() function in Javascript, I want Fusion to be able to read a name dynamically. I've attached some screenshots to help me desr...
Hi Sven, I've clicked on the running execution and do see the workflow running. It's kinda helpful.....However, you can't click on the return bubbles and see the data until the history is done processing. Like you could do before. I found it very helpful when testing to get immediate feedback and ...