• Sébastien CHAMARANDE
  • NEWBIE
  • 10 Points
  • Member since 2023

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 2
    Replies

Hello guys,

I'm learning to create a more complex flow, at least for me 😅

But I'm cut short and rookie me doesn't understand why. Hopefully you can explain the reason and point me in the right direction!

I have two objects, Session and Seance, which are linked by a master-detail relationship.

The flow is triggered from Session and I would like it to create related records of Seance. But instead of seeing a list of objects to chose from, all I get is $Record, as you'll see in the picture attached. 

Do you have any idea why? And what I have to do to fix it?
User-added image

Thank you for your time!

Hello everyone,

I can't seem to find a workaround on my own...

I have created a formula field in a Contract object, with the intent of referencing the product from the related opportunity. The formula goes like this: Opportunite__r.Programme_de_Formation__r.Name

But all I get is a blank. I've tried referencing the pricebook in the same opportunity and it works.

Do you have any idea why and/or how I can fix it?

Hello everyone,
I might be doing something stupid...
I want the Phone field to be this format: 00 00 00 00 00, so I have set up the following validation rule: 
NOT(OR(REGEX(Phone, "[0-9]{2,2}?\\s?[0-9]{2,2}?\\s?[0-9]{2,2}?\\s?[0-9]{2,2}?\\s?[0-9]{2,2}"),ISBLANK(Phone)))
But then, it throws an error even when the format is correct.
What am I doing wrong and not seeing it?

Thanks for your help!!!
 

Hello everyone,

I can't seem to find a workaround on my own...

I have created a formula field in a Contract object, with the intent of referencing the product from the related opportunity. The formula goes like this: Opportunite__r.Programme_de_Formation__r.Name

But all I get is a blank. I've tried referencing the pricebook in the same opportunity and it works.

Do you have any idea why and/or how I can fix it?

Hello everyone,
I might be doing something stupid...
I want the Phone field to be this format: 00 00 00 00 00, so I have set up the following validation rule: 
NOT(OR(REGEX(Phone, "[0-9]{2,2}?\\s?[0-9]{2,2}?\\s?[0-9]{2,2}?\\s?[0-9]{2,2}?\\s?[0-9]{2,2}"),ISBLANK(Phone)))
But then, it throws an error even when the format is correct.
What am I doing wrong and not seeing it?

Thanks for your help!!!