Search code examples
salesforcefieldeditforce.comsalesforce-flow

Field edit issue in a Salesforce screen flow exposed through a Force.com site


I am trying to let people edit a single Asset field through a flow which is exposed through a Force.com site. Basically, the person receives a link to the site and should be able to go click through several Assets while filling in the data: enter image description here

This works while running the flow directly and through a Visualforce page. But the site version does not display the text input despite the site guest user having the permissions to edit the field: enter image description here

What could I be missing or doing wrong here? Is this even possible?


Solution

  • As a newbie on flows, the solution was right in front of me: Using a number screen component instead and assign that value to the field afterwards 🤦‍♂️🤦‍♂️🤦‍♂️