Changelog
2024
2024-08-22 Updates

Hello everyone, This is the Querier development team.

With this update, the loop and branch functionality has been added.

The specific changes are as follows.

Loop function

The loop function makes it possible to loop a specified number of times through the actions encapsulated in an array or Map.

It is also possible to perform loop processing by specifying the start and end by numbers.

For more information, see documentation.

Branching function

The branching function makes it possible to branch processing according to conditions.

For more information, see documentation.