Skip to main content Stream TDX Bengaluru on Salesforce+. Start learning the critical skills you need to build and deploy trusted autonomous agents with Agentforce. Register for free.

I have been trying out the repeater in a flow and have a scenario that would be great if I could get it to work. Basically I want to get some records, display them in a data table, select multiple records then display repeaters for each record to update a field.

 

All of that works except when trying to display some data in the repeater from each record. It allows you to add a Display Text field and you can add field references in that BUT i keep getting errors.

 

Error element Update (FlowScreen).

The flow failed to access the value for InventoryItems.selectedRows[$EachItem].00NPv000001reZp.00NPv000001rcUn because the field is not available to the running user.

 

Now there is no user access issue, I'm running as System Admin, but I also tested the flow running as system and it still errors.

 

So I tried adding a text field, setting the default value of that field and making it read only and I get the same error.

 

I've tried using an editable field as the default, a formula field, a field from the records parent, a field from a lookup record... they all fail.

 

Hoping this is something obvious I'm missing!

3 answers
  1. Nov 6, 2024, 6:27 PM

    Hey I was getting the same field not available error just now.    In my case, it didnt like that I fed the Repeater's input source collection parameter with a Transform collection.

     

    I assigned the Transform collection to a standard Record Collection Variable,  then pointed the Repeater source to that and no longer got the error.

     

    Not sure if that might help you but thought id share

Loading
0/9000