Hey Everyone!
I've been looking on the forum for this issue,but do not seem to find it to be experienced before.
I am building an automation with the following intent:
If a request has customfield_11037 (Assets objects field) selected as "New vendor"; The automation must:
- Retrieve the name of the vendor from customfield_11039
- Create object in the right scheme with name {{customfield_11039}}
- Overwrite customfield_11037 to be linked to the newly created Object.
Step 1 and 2 seem to be working without flaw, yet on step 3 error below is thrown - and I do not understand why. When manually editting the issue, the newly created object is selectable from the populated list.

I am using the following flow:

Contents of Create Vendor:

Contents of Edit work items Fields is:
AQL: objectType = "Vendors / Manufacturers / Service Providers" AND Name = {{customfield_11039}}
