Non-atomic Tx in Sway

Is it possible to do a non-atomic tx with low_level_call in Sway?

Could you give an example or some more detail about what you want to achieve?

I want to do a non-atomic bulk txs. Let’s say I will execute 5 txs at once. In the atomic case, if just one of them reverts, the others revert also. But I want to handle the reverted one so that the other 4 calls can be executed

Anything about this? @furnic

This is not currently possible in Sway.