Jennifer Häfner
Has successfully completed the online course Intermediate (200)
Has successfully completed the online course Advanced (300)
Has successfully completed the online course Basics (100)
Has successfully completed the online course Advanced (310)
Has successfully completed the online course Advanced (320)
Has successfully completed the Intermediate Certification
Has successfully completed the Advanced Certification
1 year ago
#34487
::
Hi Patrick,
Thanks for pointing out the broken link. We have removed it now, because the application that it pointed to is currently not available on the marketplace.
In your case, the Connector call with the repeatable statement looks fine.
But in your Business Object function, the code to execute the Connector call needs to be changed to:
Simplifier.Connector.ConnectorName.CallName({
profile: collection
})
This is because the input for a Connector call is always an object (key – value pair of parameter names and their values), and you have provided the alias ‘profile’ for your input parameter ‘parameterCollection’.
I hope this solves your issue.