TriggerMan Posted April 16 Report Share Posted April 16 Please can you assist with a trigger action for the following: 1. I have an order form that requires the user to add multiple loads and allocate the loads to Transporters. 2. Once the user has allocated the loads: Example: Transporter: A = 10 Loads Transporter: B = 15 Loads Transporter: C = 20 Loads 3. I want a trigger action to populate each one of the loads to a new form and each on a separate row/entry. Execution: 10 x entries showcasing the transporter A name and the customer reference 20 x entries showcasing the transporter A name and the customer reference 30 x entries showcasing the transporter A name and the customer reference Thanks in advance Quote Link to comment Share on other sites More sharing options...
0 cheonsa Posted April 23 Report Share Posted April 23 On 4/16/2024 at 1:10 AM, TriggerMan said: Please can you assist with a trigger action for the following: 1. I have an order form that requires the user to add multiple loads and allocate the loads to Transporters. 2. Once the user has allocated the loads: Example: Transporter: A = 10 Loads Transporter: B = 15 Loads Transporter: C = 20 Loads 3. I want a trigger action to populate each one of the loads to a new form and each on a separate row/entry. Execution: 10 x entries showcasing the transporter A name and the customer reference 20 x entries showcasing the transporter A name and the customer reference 30 x entries showcasing the transporter A name and the customer reference Thanks in advance Hi @TriggerMan, Do While Loop in Trigger can help you to achieve your desired result. Here are the sample Triggers that you can refer to: https://howto.caspio.com/tech-tips-and-articles/render-date-range-in-calendar-datapage/ Hope this helps. Quote Link to comment Share on other sites More sharing options...
Question
TriggerMan
Please can you assist with a trigger action for the following:
1. I have an order form that requires the user to add multiple loads and allocate the loads to Transporters.
2. Once the user has allocated the loads:
Example:
Transporter: A = 10 Loads
Transporter: B = 15 Loads
Transporter: C = 20 Loads
3. I want a trigger action to populate each one of the loads to a new form and each on a separate row/entry.
Execution:
10 x entries showcasing the transporter A name and the customer reference
20 x entries showcasing the transporter A name and the customer reference
30 x entries showcasing the transporter A name and the customer reference
Thanks in advance
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.