Grouping Multiple Blocks

Feature request
  • It would be a nice solution to increase code readability and cleanliness.

    For example, let these blocks I selected do a certain job.

    3a94270c-5fcc-4ca3-a75c-e2b354c7b8e7-image.png

    a “- button” is created on the first block I mark, when I click it, all these blocks are hidden in the first block.

    481f9b75-4779-40e9-aa89-fff5d24d7960-image.png

    then the - button turns into a + button and if the + button is clicked again the blocks are revealed again.

    7057d152-a838-4a80-97bc-9a78ae637b93-image.png

    At the end of all this work, long and complex blocks of code are grouped in a very simple way, making it easier to access and use the relevant code.

  • @fr0121 said in Grouping Multiple Blocks:

    It would be a nice solution to increase code readability and cleanliness.

    For example, let these blocks I selected do a certain job.

    a “- button” is created on the first block I mark, when I click it, all these blocks are hidden in the first block.

    then the - button turns into a + button and if the + button is clicked again the blocks are revealed again.

    At the end of all this work, long and complex blocks of code are grouped in a very simple way, making it easier to access and use the relevant code.

    Try using the "if" action with code 1

    support1870.gif