How can I add the flow actor as the actor of one of the steps?
This is my flow:
The
:make_own_offers_old
read action expects to receive an actor
.
If I run my flow like this: MyFlow.run!("0cbf2651-2644-44d9-9a06-9a6076b5630c", actor: user)
It will return this error:
Because make_own_offer_old
is not receiving the actor12 Replies
š¤
Try:
Same issue
This may be a bug actually
š¤
Do you have
require_actor? true
in your api?I don't
Trying to think of the best way to pinpoint the error
So strange
remove that read step and add a custom step
Can you tell me what that gives you?
It gives
nil
I'm using Ash 2.6.3, want me to upgrade to 2.6.5 and try again?can't hurt š
but thats probably not the issue
Well, I just updated, but I'm getting nil too
can you try main?
All right! Working fine in main
noice
will release that now then
Thanks!