MARKETPLACE
PLUGINS
LOOP CONTROLLER BY TECHFIGHTER
Loop Controller by TechFighter logo

Loop Controller by TechFighter

Published March 2025
   •    Updated March 2026

Plugin details

Loop Controller by TechFighter 利用方法
EditorURL:https://bubble.io/page?id=demo-loop&test_plugin=1742977638014x484874357765308400_current&tab=Design&name=index

このドキュメントはBubble開発者向けに、プラグイン『Loop Controller by TechFighter』の導入および利用方法を解説します。

概要

『Loop Controller by TechFighter』を使用することで、Bubbleプラットフォーム上でのループ処理が実装可能になります。

事前準備

本プラグインの利用に際して特別な事前設定は必要ありません。Bubbleのプラグインインストール画面から『Loop Controller by TechFighter』をインストールするだけで、すぐに利用が可能となります。

利用手順

以下の手順に沿ってご利用ください。

プラグインのインストールBubbleのプラグインセクションから『Loop Controller by TechFighter』を検索し、インストールします。

ループエレメントの配置プラグインが提供するループエレメントをBubbleエディターの画面上に配置します。

call_loopアクションの設定ループ処理を開始するために、「call_loop」アクションを実行するワークフローを作成します。

ループ処理のワークフロー作成「StartLoop」イベントにより発火するワークフローを作成します。このワークフローがループ処理の本体となります。必ずワークフローの最後に「end_loop」アクションを実行するよう設定してください。

注意事項

「end_loop」アクションを設定し忘れるケースが多いため、必ず設定をご確認ください。

このプラグインはdelayによる疑似的な同期処理を採用しているため、ループの実行順序が厳密に保証されるものではありません。

上記の手順および注意事項を十分にご確認いただき、プラグインを効果的にご活用ください。





English:

Usage Guide for Loop Controller by TechFighter

EditorURL:https://bubble.io/page?id=demo-loop&test_plugin=1742977638014x484874357765308400_current&tab=Design&name=index

This document explains how Bubble developers can install and utilize the "Loop Controller by TechFighter" plugin.

Overview

"Loop Controller by TechFighter" enables the implementation of loop operations on the Bubble platform.

Prerequisites

No special preparations are required. Simply install the "Loop Controller by TechFighter" from the Bubble plugin installation page to start using it immediately.

Usage Steps

Follow the steps below:

Plugin Installation
From Bubble's plugin section, search for and install "Loop Controller by TechFighter."

Placing Loop Element
Place the loop element provided by the plugin onto your Bubble editor page.

Configuring call_loop Action
Create a workflow that triggers the "call_loop" action to initiate the loop process.

Creating Loop Workflow
Set up a workflow triggered by the "StartLoop" event. This workflow forms the main body of the loop process. Ensure to add an "end_loop" action at the end of the workflow.

Important Notes

Many users frequently overlook setting the "end_loop" action. Be sure to verify this setting.

This plugin employs pseudo-synchronous processing using delays, so the execution order of loops is not strictly guaranteed.

Please carefully review the steps and notes above to effectively utilize the plugin.

$5

One time

stars   •   0 ratings
0 installs  
This plugin does not collect or track your personal data.

Platform

Web

Contributor details

Tech Fighter Co., Ltd. logo
Tech Fighter Co., Ltd.
Joined 2025   •   8 Plugins
View contributor profile

Instructions

Loop Controller by TechFighter 導入・利用詳細手順
本ドキュメントではBubble開発者向けに、『Loop Controller by TechFighter』プラグインの導入および具体的な設定方法を詳細に解説します。

1. プラグインのインストール

Bubbleの管理画面から、プラグインセクションを開きます。「Loop Controller by TechFighter」と正式名称で検索し、表示されるプラグインをインストールしてください。インストール後、特別な設定は必要ありません。

2. ループエレメントの配置

インストールが完了すると、BubbleエディターのVisual elementsの中に「LoopController by TechFighter」というエレメントが追加されています。このエレメントを画面上の適切な位置に配置してください。

このエレメントに特別な設定やプロパティの入力は不要です。

3. 「call_loop」アクションの設定

ループを開始するためのワークフローを作成します。

「Click here to add an action」をクリックし、「call_loop」アクションを選択してください。

必要なプロパティは以下の2つです。

loopCount:ループ処理の回数を設定(整数で入力)

loopDelay:各ループ間の待機時間をミリ秒単位で設定(整数で入力)

4. 「StartLoop」イベントによるループ処理の作成

実際にループが実行される処理を設定します。

ワークフローエディターの「Click here to add an event」をクリックし、「Elements」タブ内にある「StartLoop」を選択します。

「StartLoop」で発火されるワークフロー内に、実行したい処理を順次設定します。

5. 「end_loop」アクションの設定

ループ処理の終了を明示するために、必ず最後に「end_loop」アクションを追加してください。

「StartLoop」により発火されるワークフローの最後のアクションとして設定します。

特別なプロパティ設定は不要です。

注意事項

「end_loop」の設定忘れにご注意ください。設定しない場合、ループが正常に終了しません。

delayを用いた疑似的同期処理のため、厳密な実行順序の保証はありません。

以上の手順を参考に、Loop Controller by TechFighterを効果的にご活用ください。



English:

Detailed Installation and Usage Instructions for Loop Controller by TechFighter

This document provides detailed instructions for Bubble developers on how to install and configure the "Loop Controller by TechFighter" plugin.

Plugin Installation

From the Bubble administration interface, navigate to the plugin section. Search for "Loop Controller by TechFighter" using the exact plugin name, and install the displayed plugin. No additional settings are required after installation.

Placing the Loop Element

After installation, you'll find an element called "LoopController by TechFighter" in the Visual Elements section of the Bubble editor. Place this element on an appropriate location on your page.

No special configurations or property inputs are necessary for this element.

Configuring the "call_loop" Action

Create a workflow to initiate the loop.

Click on "Click here to add an action" and select the "call_loop" action.

Required properties:

loopCount: Specify the number of loop iterations (input as an integer).

loopDelay: Set the wait time between each loop iteration in milliseconds (input as an integer).

Creating Loop Workflow with the "StartLoop" Event

Set up the actual processing that occurs during each loop iteration.

In the workflow editor, click "Click here to add an event" and select "StartLoop" from the Elements tab.

Within the workflow triggered by "StartLoop," sequentially configure the actions you wish to perform.

Configuring the "end_loop" Action

To explicitly indicate the end of the loop process, always add the "end_loop" action at the end of the workflow triggered by "StartLoop."

No special property settings are required for this action.

Important Notes:

Be careful not to forget configuring the "end_loop" action, as failing to do so will prevent the loop from ending correctly.

This plugin employs pseudo-synchronous processing with delays, so exact execution order is not strictly guaranteed.

Please refer to these instructions to effectively utilize the Loop Controller by TechFighter.

Types

This plugin can be found under the following types:
Element   •   Event   •   Action

Categories

This plugin can be found under the following categories:

Resources

Support contact
Tutorial

Rating and reviews

No reviews yet

This plugin has not received any reviews.
Bubble