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=indexThis 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.