SalesforceLabs / survey-force

85 stars 61 forks source link

Survey Taker not triggering Flow by Created, only edited #125

Closed dsurico closed 2 years ago

jrattanpal commented 3 years ago

Can you add more details?

But as you edited it, I am guessing it now works?

dsurico commented 3 years ago

Hi! It does work now, thank you!

I do have another question that I need your help with: How do I add the Contact Owner to the Survey Taker object and/or list?

Essentially, I need to create a Survey Taker with Responses Report that includes the Contact's Owner (First name) in the report so that my team members can see which of their contacts completed the survey and can respond to them accordingly. I am only able to add the Survey Owner (me) and I am not the contact owner.

I tried adding a look up field on the Survey Response object, but that didn't work.

image

If you have any suggestions - I would be very grateful!

Thanks

Dee

_

primacy

@.**@.>

marketing solutions specialist

561.379.9964

theprimacy.comhttps://www.theprimacy.com/

Primacy is a data-inspired, full-service digital experience agency. We create smarter experiences that connect with people during meaningful moments.


From: jrattanpal @.> Sent: Wednesday, August 4, 2021 2:25 PM To: SalesforceLabs/survey-force @.> Cc: Dee Surico @.>; Author @.> Subject: Re: [SalesforceLabs/survey-force] Survey Taker not triggering Flow by Created, only edited (#125)

Can you add more details?

But as you edited it, I am guessing it now works?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/SalesforceLabs/survey-force/issues/125#issuecomment-892875743, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AU2NNINVVUA3DTE4ARSXUETT3GAZDANCNFSM5BA5IOHA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email.

jrattanpal commented 3 years ago

For that, you should be able to use Contact record lookup to owner.

Survey_Takerc.Contactc.Owner.Name (not sure the correct reference)

You should be able to get that in report. If you want it to on Survey Taker then create a formula field to show it there and use that in report

dsurico commented 3 years ago

Thank you! I will try this now!