Nov 24, 2021 01:42 AM
Hi community,
I need your help.
I try to create multiple records with automation.
If the new record created has the product A and “3month”, you have to create 3 records :
1st record : Add the product 1, product 2 and product 3
2rd record : add the product 4, 5 and 6
…
To match the product i have to add when i create record, i create a data base with :
Can you help me please ?
Thank’s a lot,
Matthieu
Solved! Go to Solution.
Nov 25, 2021 02:30 AM
Hey @Matthieu_LABERIBE,
you can set up an automation and my recommendation is the following process:
if(and({product}="Product A",{Month}="3month"),1,0)
Please check it and let us know if this works for you. :slightly_smiling_face:
Yours sincerely,
Dimitris Goudis
Nov 25, 2021 02:30 AM
Hey @Matthieu_LABERIBE,
you can set up an automation and my recommendation is the following process:
if(and({product}="Product A",{Month}="3month"),1,0)
Please check it and let us know if this works for you. :slightly_smiling_face:
Yours sincerely,
Dimitris Goudis
Nov 26, 2021 11:45 AM
Thanks a lot for your answer. That’s working !! Perfect
Have a good week end
Matthieu