Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
@Jo_Pitts1 - Thanks for the suggestions, Got to learn new things.
@LeaCharnley - Also, I see that none of the field is required on the form. Please mark the needed fields as required including "appointmentDateAndTime".
@LeaCharnley - I had a look on the URL you shared. By inspecting I can see one issue, In dropdown values, in this option "Tuesday 23 April - Kennedy Flooring - 08:30-11:00" there is no store value. Please have a look o the screenshot given below. If you will submit the form by selecting other optio...
@LeaCharnley - Nobody will be able to access the given link untill and unless they are a user of the account. Do you have a LP or webpage where the same form is hosted? If yes please share the URL. Otherwise it would be great if you can check display values and stored values and may be you can share...
@mitko - Just wanted to know about term "List Owner". Is it a custom field on person object? or something else. It would be great if you can provide some insights here.
@Darshil_Shah1 - Agreed! I assumed that the field will contain current year only.A new field can be created which can contain the date of current year and then we can add the 1 year right after sending the email.Thanks for highlighting!
Hi @Karthick77 - I wanted to discuss a potential solution for the task at hand.Instead of using multiple smart campaigns, I believe that implementing a single recurring batch smart campaign would be more efficient.Here's my proposed solution:1. In the smart list, set the criteria to include individu...
@SanfordWhiteman - Thanks for the suggestions. Made the required changes. @PaddyRR - You can remove #break if you want multiple entries in the output. With break statement it will stop on the first encounter. #set( $alloutlets = { "Westley Green, Langdon Hills" : { "outlet_Name":"Westley Gr...
Hi @KatieZ - I wanted to clarify how filters work in Marketo when it comes to applying them based on days. In Marketo, 1 day is considered as 24 hours. If we have data available with both date and time, we can filter it more accurately based on time. However, if we only have the date, Marketo will c...
Hi @PaddyRR - Please review the solution provided below:In order to achieve the desired outcome, we are implementing the following steps:1. Sorting the custom object records based on enquiryDate in ascending order.2. Utilizing a for loop to iterate through the records.3. On the first instance where ...