• Josh Harris 14
  • NEWBIE
  • 5 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 2
    Replies
I'm trying to create a "default note" automatically each time I create a new record.
I've created a Process to launch the flow.
The process is set to run on the Scene Object anytime a record is ceated, and it's not supposed to check for criteria ... "just execute the actions!"
I don't get any errors, but the note isn't getting created. What am I missing?

User-added image

User-added image

User-added image
Well, not serial numbers, per se.
  • But I have a custom object called Story
  • Each Story record has related Scenes
  • Each Scene has a scene number, which is used to keep them sorted
  • I've created a Flow to change a scene number, then renumber the scenes that follow it to keep them contiguous and in order. For instance, if I renumber Scene 4 to Scene 2, then the existing Scenes 2 and Scenes 3 each need to be incremented by 1.
  • I've got all the logic worked out, but I'm stuck on the loop to update the following scenes.
I've attached some screenshots of where I'm at now, after trying dozens of combinations of variables and elements. Any help/guidance would be amazing. Thank you.
User-added image

User-added image

User-added image
I tried using both available note object types, for some reason note records are not being created.
The call for service field description in the requirement is way different than what trailhead is actually validating.

User-added image