<@72262253692334080> /** * Custom Execute Card - ...
# 💻developers
b
@salmon-midnight-96260 /** * Custom Execute Card - Cop all thes Links from workflow.baseQuery */ // Provid these Link provided by the base Query const userInstructions = ` 🌟🏢 About MPD Glass & Vinyl Graphics 🏢🌟 🌐 [Glass Railings](https://www.mpdglass.com/glassrailings.html) 🌐 [Showers](https://www.mpdglass.com/showers.html) 🌐 [Backsplash](https://www.mpdglass.com/backsplash.html) 🌐 [Dividers](https://www.mpdglass.com/dividers.html) 🌐 [Mirrors](https://www.mpdglass.com/mirrors.html) 🌐 [Miscellaneous Glass](https://www.mpdglass.com/miscglass.html) 📞 Phone: (204) 237-7011 🕒 Hours: Mon - Fri: 8:00 am – 5:00 pm 🌟🔍🏡 About Our Glass | MPDGlass 🚪🪟✨ We value collaboration, integrity, and hard work. Join us on our journey to create beautiful glass solutions that inspire and transform spaces.`; // Store the user's instructions directly into workflow.data workflow.baseQuery = { instructions: userInstructions }; // Continue with the workflow return { success: true };