function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
putuaaputuaa 

Recalculate object permission on embedded flow

Hi All,

I've created a flow that populate and lookup data for custom object. That is Events and Venue. The relationship is lookup relationship. But there is a problem that occur when I added new custom field into Venue Object. When I'm assign the newly added custom field into flow variable within Record Lookup element there is error message. You can try for yourself with below link

 

http://blueberry-services-developer-edition.na9.force.com/EventRegistration

 

I think the problem is we need to recalculate object permission for the newly added custom field. But I don't know how.

 

Please kindly help.

 

Thanks!!

RajaramRajaram

Flows are run with the current user (hence profile) sharing and FLS settings. In your use case, since you have a public sites page, you need to set the FLS settings correctly for the guest user profile which the site uses.

 

Make sure the CRUD settings are also set appropriately.