Manipulate data to make it look like it was created by app admin

When I create a data within the database, its creator is (app admin) since it’s not created by any user. Is there any way to make user created things look like it is created by app admin?
This is the only issue preventing me from finishing my application.

No, you can’t change or manually set the created by by field…

Why do you need to?

On my app users create order and their order data is sent to a discord channel. Those orders need to be sent one by one. But if there are 2 users creating order at the same time, bubble sends those orders at the same time to the discord channel, no matter what kind of solution I try. I tried recursive workflow, database trigger event and many other ways I could think of. But I haven’t found my solution yet. :frowning: