/** * Custom Execute Card - Add Instructions with...
# 💻developers
b
/** * Custom Execute Card - Add Instructions with Links to workflow.baseQuery */ // Define the instructions provided by the user const userInstructions = ` 🌟🔍🏡 Lifestyle Glass: Custom Glass for Doors 🚪🪟✨ 🌐 Visit our website: [Gallery](https://lifestyleglass.com/gallery) 🌐 Explore Exterior Door Designs: [Exterior Door Designs](https://lifestyleglass.com/collections/exterior-door-designs) 🌐 Discover Exterior Double Door Designs: [Exterior Double Door Designs](https://lifestyleglass.com/collections/exterior-double-door-designs) 🌐 View Prairie Light Collection: [Prairie Light Collection](https://lifestyleglass.com/collections/prairie-light-collection) 📞 Phone: (204) 237-7011 🕒 Hours: Mon - Fri: 8:00 am – 5:00 pm 🌟🔍🏡 About Our Glass | Lifestyle Glass 🚪🪟✨ Our decorative glass is low maintenance, beautiful and is designed to meet your vision, style, and aesthetic taste. We understand that having a beautiful glass design is`; // Store the user's instructions directly into workflow.data workflow.baseQuery = { instructions: userInstructions }; // Continue with the workflow return { success: true };