Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Weekly Challenges

Solve the challenge, share your solution and summit the ranks of our Community!

Also available in | Français | Português | Español | 日本語
IDEAS WANTED

Want to get involved? We're always looking for ideas and content for Weekly Challenges.

SUBMIT YOUR IDEA

Challenge #261: Car Service Reminders

rcarog
8 - Asteroid

Solution attached.

 

Spoiler
rcarog_0-1617057902247.png

 

kelvin_law1
9 - Comet

Here is my solution and output:

Spoiler
kelvinlaw_0-1617072664345.png

kelvinlaw_1-1617072685527.png

 

 

DaisukeTsuchiya
13 - Pulsar

Interesting challenge!

 

Spoiler
キャプチャ2.JPG
mst3k
11 - Bolide

I tried to make the formula for the 30k/60k/90k check as efficient and generalized as possible (no typing in specific thresholds), and did all the offer checks within one tool:

 

Spoiler

Used the mod() and round() functions to check each milestone and still report the correct next mileage level within the email, flexible to whichever milestone the car is approaching. Note the return carriages are embedded at the end of the first 2 formulas, so that if they don't apply to the customer you don't wind up managing extra white space in the final email:

mst3k_0-1617078956359.png

It seems you can do all the email body setup within 1 tool, so I didn't have to go too deeply into reporting tools:

Spoiler
The circled pieces are dynamic, the rest is hard coded into a single Report Text tool. The "return carriage" is embedded within each text offer set in my formula tool upstream, so that if one is missing you don't wind up with extra space. Stringing them together here then gives the desired output regardless of how many offers apply:

mst3k_1-1617079146290.png

I added 8 tools to the starting file, excluding the browse tool at the end to check the results rather than actually emailing:

Spoiler
mst3k_2-1617079324337.png

 

PraphulSamavedam
8 - Asteroid

Remainder on time for your next car service

 

Sashikumar
8 - Asteroid

My Solution for sending email note to user.

Spoiler
ch261.PNG
JITHINPR
8 - Asteroid

my solution

patrick_digan
17 - Castor
17 - Castor
Spoiler
patrick_digan_0-1617112648325.png

 

AkimasaKajitani
17 - Castor
17 - Castor

My solution.

 

Spoiler
AkimasaKajitani_0-1617114552255.png

 

camillb
8 - Asteroid
Spoiler

 

challenge_261_camilb_sol.png