Hi,
I have a scripted connector where I have a table containing data.
Let’s say I initially have 20 entries to show, but on the next pol cycle I only have 15 entries anymore.
I can still see the other 5 entries being present in the table though.
Is there a way to get rid of those so it only shows the entries that were actually sent to the data API?
Wouter Bogaert [SLC] [DevOps Enabler] Selected answer as best
Hi Wouter,
Unfortunately, there is currently no support for that use case.
With Scripted Connectors and DataAPI, you can only add or update data on a table. Originally, this was done to have the ability to do partial updates on tables from multiple sources.
Feel free to create a new Feature Suggestion so we can correctly prioritize this in our roadmap.
Wouter Bogaert [SLC] [DevOps Enabler] Selected answer as best
Thanks João, we went for a different approach.