Thanks sir its really very helpful for new beginners and your style and accent is very good for better understanding of new scratch students..... Thanks again
I am enjoying the videos. A ton of thanks for offering them for free. I would like to suggest that you speak a bit slower for those of us following along. The error with Chatter post message was a bit hard to follow in this video.
With the news that PB and workflow will be no longer supported next year, is there any reason you shouldn't create this entire thing within as a record trigger flow with a decision element?
Hello , Receiving an error Info Error Occurred: This error occurred when the flow tried to create records: INVALID_CROSS_REFERENCE_KEY: Assigned To ID: owner cannot be blank. You can look up ExceptionCode values in the SOAP API Developer Guide. on the task object
I have a scenario where I have a launch pad lightning web component in my Home page. I want to create a task automatically when the launch pad component is clicked. Is there any way to do this?
Kindly help me out. I follow same as video . but chatter message formula syntax error is there. Help me out to rectifying it . In Last videos button are also not create .
We can call it via a subflow as well as from Spring 23 creating New Process Builder and Workflow will be banned. Via: Creating a new Record Triggered Flow - 1. Select Create Criteria - When A new Record Created 2. Put entry condition - Industry =Education 3. Choose New Element- Subflow - Choose the old NO-Trigger Flow 5. Provide input values for No-Triggered flow as - AccountName - {!$Record.Name} CreatedByName - {!$Record.CreatedBy.Name} ownerId - {!$Record.OwnerId} recordId - {!$Record.Id} Save the flow. You are good to go ! Hope this help! 😎
@Vanessa Cerdas Vanessa try adding entire thing into 'your data' in single quotes instead of adding 'an account' + paramter+ 'have been' Edit :- If we quote all the statement then we wont be able to show dynamic values such as Account Name Owner Name or Created Date so dont quote entire statement, Vanessa's approach is appropriate.
Info Error Occurred: The "Post_to_chatter" element in your flow has validation errors. There is one problem in the post to chatter task Enter values for the flow's input variables. For each value left blank, the flow starts with the variable's default value. You can't enter values for collection variables or Apex-defined variables. accountName : Mangesh Dhepe createdByName : Mangesh Dhepe ownerid : 005Dn000004uPiMIAU recordid : 001Dn00000E97UDIAZ
Awesome flow series.... all basic concepts got cleared.
Thank you Amit Singh for this useful video. It's working fine for me.
You are most welcome
You truly are fantastic. Continue your wonderful work.
Thank you! Cheers!
Thanks a lot for providing free flow series
Glad you like it. Keep watching
Thanks sir its really very helpful for new beginners and your style and accent is very good for better understanding of new scratch students..... Thanks again
So nice of you
Thank you for this awesome flow videos. It is very helpful for the beginners like me. Keep doing your great work.
You're very welcome!
Thank you! I followed these steps and was able to create the same automation.
Glad it work for you
Flows need lot of practice. Not that simple but thankyou for making it simple Amit Singh and Amit Chaudhary.
We are trying our best to do best Salesforce Flow Builder Training
I am enjoying the videos. A ton of thanks for offering them for free. I would like to suggest that you speak a bit slower for those of us following along. The error with Chatter post message was a bit hard to follow in this video.
Noted. Thanks for feedback.
Thanks for the great content! Understand Day 4 was removed. but it is possible to have Day 4's Agenda?
Great video Thank you for that.
Glad you enjoyed it. Keep watching
Thanks for the video.
Glad you like it keep watching. Dont forget to check our Developer Training Playlist too
Error in chattermessage. Extra account. Couldn't come out of it. Please tell me how to rectify the error.
Stuck while debugging- updating Account records; "FIELD_CUSTOM_VALIDATION_EXCEPTION: Duplicate accounts cannot be created" what does this mean?
This error occurred when the flow tried to create records: FIELD_CUSTOM_VALIDATION_EXCEPTION: Error. Facing Error While Create Task Record
Hey, cool video. Was wondering… why not using record trigger flow when a new record is created?
Can you please re upload the Day 4 (Multi - Stepper Form) Flow ? Please.
can we used assignment , decision , loop in screen flow? If yes , then I hope you have planned for session on it as well. Thank you.
Soon
Hi there, really good videos - do you have the link to Day 4? I can't seem to find it on your channel.
Day 4 is removed by RUclips due to some issue. But you can watch other without any issue
With the news that PB and workflow will be no longer supported next year, is there any reason you shouldn't create this entire thing within as a record trigger flow with a decision element?
Record Trigger flow is future
Thank-you apex hours and Amit Singh
Thanks Sir
Hello , Receiving an error
Info
Error Occurred:
This error occurred when the flow tried to create records: INVALID_CROSS_REFERENCE_KEY: Assigned To ID: owner cannot be blank. You can look up ExceptionCode values in the SOAP API Developer Guide. on the task object
Hei! Do you also have a Day 4 video for this tutorial? It's not in the playlist.
That is removed by RUclips
@@apexhours Oh, that sucks. For whatever reason it was taken down, does it have another alternative that teaches exactly same things as Day 5 video?
I have a scenario where I have a launch pad lightning web component in my Home page. I want to create a task automatically when the launch pad component is clicked. Is there any way to do this?
Thank you !!!!!!!!!!!!
You're welcome!
@@apexhours Is this still recommend to invoke an auto-launch Flow with Process Builder?
WHERE IS THE VIDOE NUMBER 4? , I THINK YOU GUYS MISSED TO UPLOAD THEM, LOOSING INTEREST ON VIDEOS , BECAUSE GOT MISSED THE ORDER.
All video are available. Number 4 was deleted due to some issue. Any how that is not related with 5 you can watch
fun and educational example! thanks for putting this video series together, its been a huge help
Glad it was helpful!
Kindly help me out. I follow same as video . but chatter message formula syntax error is there. Help me out to rectifying it . In Last videos button are also not create .
Where is day 4 video. I could not find it , Thanks
It removed. You can move to day 5
How can we redirect to a record in auto-launched flow.
we have session for same.
We can call it via a subflow as well as from Spring 23 creating New Process Builder and Workflow will be banned.
Via: Creating a new Record Triggered Flow -
1. Select Create Criteria - When A new Record Created
2. Put entry condition - Industry =Education
3. Choose New Element- Subflow - Choose the old NO-Trigger Flow
5. Provide input values for No-Triggered flow as -
AccountName - {!$Record.Name}
CreatedByName - {!$Record.CreatedBy.Name}
ownerId - {!$Record.OwnerId}
recordId - {!$Record.Id}
Save the flow. You are good to go !
Hope this help! 😎
Hello
I'm still getting error on post to chatter element
"The formula expression is invalid: Syntax error. Extra Account"
Can you please help me?
it's because {!$Flow.CurrentDate} is of date type . Change the data type to string and it should work
also use the below format
"An account"+{!AccountName}+"has been created by"+{!CreatedByName}+"on"+TEXT({!$Flow.CurrentDate})
@@GamersDenConsoleCrusade This was perfect. Any explanation on the additional text? (ie TEXT)
@@nateleppink2036
That will change any value inside the bracket() to string. So current date will be treated as string type instead of date type .
These issues prevent activation.
chatterMsg (Formula) - The formula expression is invalid: Syntax error. Extra Account
Could anybody reply for this Because I am facing same issue
My Flow is now working .Just delete chatterMessage formula ..
@@techno-hulk7337 Thank you for your help, now my flow working.
@Vanessa Cerdas Vanessa try adding entire thing into 'your data' in single quotes instead of adding 'an account' + paramter+ 'have been'
Edit :- If we quote all the statement then we wont be able to show dynamic values such as Account Name Owner Name or Created Date so dont quote entire statement, Vanessa's approach is appropriate.
it is not properly explain i got error video is not working
Which error you are getting
Day 4 missing. 😢
Info
Error Occurred:
The "Post_to_chatter" element in your flow has validation errors.
There is one problem in the post to chatter task
Enter values for the flow's input variables. For each value left blank, the flow starts with the variable's default value. You can't enter values for collection variables or Apex-defined variables.
accountName : Mangesh Dhepe
createdByName : Mangesh Dhepe
ownerid : 005Dn000004uPiMIAU
recordid : 001Dn00000E97UDIAZ
I know it may be a lil late but do u still need help on this?
Need some help on flow. What's the best way to contact you?
check our website and submit contact to us form