The template will be copied, so click the "OK" button.

Move to the "My Projects" screen of your Yoom account and check the template content.

There are three setup flows.
・Google Form Trigger Setup
(1) First, set up the Google Form app trigger.

From "My Projects" on the left side of the Yoom account screen, click "Send conversion events using Meta Conversion API with Google Form content [Copy]".

After clicking, the template content will be displayed as shown in the screen below.

(2) First, click "When a response is submitted to the form" as the trigger.
(3) Enter the account information to be linked and click [Next].

(4) On the next screen, enter information such as "Trigger Interval" and "Form ID".
Select any option from 5 minutes, 10 minutes, 15 minutes, 30 minutes, or 60 minutes for "Trigger Interval". A shorter setting is generally recommended.
※The trigger interval varies depending on the plan, so be careful.

(5) After entering the information, click [Test] and if there are no issues, click [Save].
The output information can be referenced and utilized in subsequent steps, as noted by "This value can be used in other operations.".
If you want to increase the obtainable output, it is recommended to use 'JSONPath' to obtain other values (such as slug or title).
By utilizing the Google Form app trigger, you can activate the flow bot based on the response content of the Google Form.
For more details, please check the help page and set it up in advance.

・0CodeKit Setup
(1) Next, set up the hashing of text using the specified hash algorithm in 0CodeKit (a process that converts the original data into an irregular string using a hash function).
Click the second action "Hash the text".

(2) Enter the account information for the 0CodeKit to be linked and click [Next].

(3) On the next screen, select the "Hash Algorithm Type" from the dropdown.
This article assumes hashing an email address, so 'SHA256' is selected. When implementing the flow, set it according to your operation.

(4) Next, enter the information of the string to be hashed in the "Message" field.
Click the input bar to expand the information obtained in the previous step and quote the content.
(The screen below is an example quoting the "Respondent's Email Address" information obtained in the previous step.)

(5) After entering the information, click [Test] and if there are no issues, click [Save].
・Meta Conversion API Setup
(1) Finally, click the third action "Send Conversion Event".

(2) Enter the account information for the Meta Conversion API to be linked and click [Next].

(3) On the next screen, fill in items such as "Pixel ID (obtained from Meta Conversion API data source)" and "Event Name".
Select any option from the dropdown for "Action Source".

(4) This time, since the [Email Address] was hashed in the previous step, set the "Email Address" field to the output "Hashed Text" obtained in the 0CodeKit step.

(5) After entering information in other necessary fields, click [Test] and if there are no issues, click [Save].
The setup is now complete.
・Turn ON the Trigger
By clicking the red frame part "Turn ON the Trigger" on the screen below, the flow bot will automatically start.

Here is the template used this time