Horje
'str' object has no attribute 'copy' Zapier Code Example
'str' object has no attribute 'copy' Zapier
realize this is answered, but I wanted to add some context. 1Code by Zapiersteps expect adict` to be returned; you're returning a string.
Zapier should throw a more explicit error here (something like "expected dict, got str), but isn't. Instead, it's calling .copy() on the output, which results in the error you're seeing

There are two options to fix it:
Set a key on the pre-defined output dict (the currently accepted answer)
Manually return a dict: return {'field_name: 'task #' + input_data['row_number'] + 'assigned'}
Either will work here.




Whatever

Related
room library android Code Example room library android Code Example
https://cdn.discordapp.com/avatars/743498949750554655/a_fb1c371c1f678bf4ccf1c75c5600f4ea.gif?size=512 Code Example https://cdn.discordapp.com/avatars/743498949750554655/a_fb1c371c1f678bf4ccf1c75c5600f4ea.gif?size=512 Code Example
gojek/ziggurat replication factor Code Example gojek/ziggurat replication factor Code Example
@import or @font-face Code Example @import or @font-face Code Example
RFC 7231 Code Example RFC 7231 Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7