Hello guys!
In the attached image I have a set of available operations for an image field. I want to use set and create at the same time but it seems that set is always executed after create, no matter if the order is create and set or vice versa. Can I do something to execute set before create?
Thanks in advance.
b
bkstorm
03/26/2019, 7:27 AM
just call two requests. one for
set
and another for
create
.
a
Andrei Bacescu
03/26/2019, 7:31 AM
I want to keep set and create inside of a single request.