• Boris Todorov Gichev
  • NEWBIE
  • 5 Points
  • Member since 2018
  • Tech Lead
  • BFLow

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 3
    Replies
Is there a way to set the global batch number that for example is used when making a batch from actions accumulated from a processes ? 
Hi Devs,

How do we something simple like below in SOQL.

SELECT ID as  ROW_NATURAL_ID FROM ACCOUNT;

Regards,
Nandika
I want to initiate a Flow from a button on a Custom Object.  How do I capture the ID of that Custom Object record and be able to use it in the Flow?