%Protocol.UndefinedError{protocol: Enumerable, value: "5244d2cb-d104-4276-9c3b-1404995a6c1c", descri
with the following action:

9 Replies
I can confirm the input is a plaain UUID string
I think the change manage_relationship is the issue
still an issue with:

Well getting rid of
relate_actor , the argument, and just adding it to accept works
I'd be grateful to know why thoughIt's probably expecting the actor to be a map
smh
lol
Oh
no wait
I think its how you're calling your action
its not matching your defined arguments
We should fix it to validate this properly
i.e "when you pass a non-map into the args map of a code interface, it should raise and tell you what you did wrong"
please open an issue for that.
issue for what
what are you saying
Your error is from somewhere where you called a code interface incorrectly
You had something like:
and you did something like
When you should have done something like
because you were missing
(or something like that)
I tried the last one and it didn’t work. Maybe something else is going on
If I come across it again I’ll open a ticket