This is great. Thank you. I have a complex scenario where I need to use the file upload input screen component(with multiple file upload option) inside a repeater component. The challenge we face is when we allow the user to edit the record using the repeater component, we are not able to get the file names associated with that record as the data source for the repeater component is different. Please see if you can help me with this. Thanks.
@SalesforceGeek for every repeated name, can you loop through and create a new item in Contacts? I'd use a custom object, but lets use contacts for example? Thanks
How To Check Contacts Before Creating Contacts Using Repeater Component.When using the repeater component how do you check to see if the contacts added from the repeater component do not already have a contact record in the Org? Every example I’ve found just shows how a repeater can create NEW contacts but nothing on how to check the repeater inputs for duplicate
THANK YOU for this - your video got me past a few blocks and I'm on my way!
Wonderful!
This is great. Thank you. I have a complex scenario where I need to use the file upload input screen component(with multiple file upload option) inside a repeater component. The challenge we face is when we allow the user to edit the record using the repeater component, we are not able to get the file names associated with that record as the data source for the repeater component is different. Please see if you can help me with this. Thanks.
@SalesforceGeek for every repeated name, can you loop through and create a new item in Contacts? I'd use a custom object, but lets use contacts for example? Thanks
How To Check Contacts Before Creating Contacts Using Repeater Component.When using the repeater component how do you check to see if the contacts added from the repeater component do not already have a contact record in the Org? Every example I’ve found just shows how a repeater can create NEW contacts but nothing on how to check the repeater inputs for duplicate
Based on what metric you want to identify duplicate Name, Email or any other unique data
Such a limitation that lookup are not supported in repeater screen
Maybe in future as the enhancement in upcoming releases.