The “Insert [item] at () of (array)” block will run forever without returning anything.
Steps to reproduce:
[insert (apple) at (1) of [array from (orange,banana) separated by (,)]]
I have tested this with different items to be inserted, insert locations (½/etc.), and builds (regular/canary).
Expected result:
apple,orange,banana
Actual result:
The block runs forever without returning anything.
Edit:
I have tested this with the <() contains []?> Arrays block and it yields the same result: nothing.