Hey everyone!
I am new to Make.com, and so far I totally love it! In my case, I am getting trying to integrate a new E-commere order from Webflow to send it to Monday.
The main challenge that I am trying to solve is splitting one of the variants values I am getting and storing it as new separate fields.
I will try to explain in through the steps below.
Currently I have multiple variants stored as a single string (that’s how it returns it from Webflow):
In the example above, the value of “Variant Name” string contain multiple data fields I am trying to split but it stored as a single value:
“Test Boat Duration: Half day (09:00-13:00), Number of People: 2 People…”
My goal is to able to split Duration and Number of People, and be able to send to Monday just the results
Duration Result: Half day (09:00-13:00
Number of People Result: 2 People
Would appreciate if anyone can direct me! (Sorry for my lingo, I am new to all this)