Streamlining a Scenario

When I was a make newbie, I created a tool to take orders from shipstation and create a detrack order.
Orders are always created with a date for Monday of the week they are submitted.
Once the Detrack order is created the shipping number is sent to BigCommerce or Amazon to update the order.
Is there a way to specify a date as “Always Monday” without having to calculate the actual date depending on the day of the week?
I’ve looked to streamline this a few times, but it works and I’ve not found something better yet.
The reason being I’m bringing on new sales channels and I don’t want to have an additional 21 endings for this to bring in three more channels.
Any suggestions?

Attached to this is a copy of the blueprint:
https://workdrive.dealbeds.com/external/file/6mqng51b5476fa79a4be99c46337c55f9b832

Welcome to the Make community!

If you have a date variable, you can use the built-in function setDay to set the day of the date to Monday.

For more information, see the setDay documentation in the help center.

You can also take a look at this for examples Calculate Every or Next Day of the Week - JSON included - #4 by samliew

Here are some useful links and guides to help you get started and learn more on how to use the Make platform, apps, and app modules —

General

Help Center Basics

Articles & Videos

samliewrequest private consultation

Join the unofficial Make Discord server to chat with us!

2 Likes