Currently, it's possible to post multiple clients to an external API via HTTPRequest. However, it's not possible to retrieve the DataModel data linked to these clients and send it using the HTTPRequestObject.
The desire is to be able to do this, allowing the data from the DataModel to be sent in bulk to other parties. This would eliminate the need to send it for each client and each data row model individually.
The current working alternative is to use the "iterate through data model rows" object and send it for each data row model. However, the specific request is to have the capability to send this data in bulk.
Op dit moment is het mogelijk om via het HTTPRequest meerdere klanten te posten naar een externe API. Echter is het niet mogelijk om de DataModel data die gekoppeld is aan klanten op te halen en deze te versturen via het HTTPRequestObject.
De wens is om dit wel te kunnen om zo data uit het datamodel met bulk naar andere partijen te sturen. Op deze manier hoeft het niet per klant per data rij model verstuurd te worden.
Het alternatief wat namelijk op dit moment wel werkt is het "itereer door datamodel rijen" object te gebruiken en het per datarijmodel te versturen. Maar de wens is dus echt om dit in bulk te kunnen doen.
Officieel antwoord
To keep our feature request list relevant and organized, this topic has been closed because it has been open for more than 6 months and has not received more than 3 votes in that time.