09-14-2023 03:28 PM
Hello Gurus,
I would like to understand is there any possibilities to use incorta to write back the data into database tables.
Regards,
Mritunjay Sinha
Solved! Go to Solution.
09-19-2023 08:44 AM
There are always possibilities 😉
But in reality, if you mean interact with an insight, key in new numbers, and then push the data back directly to the same table(s) then... no.
You can create an insight w/ calculations ( formula columns ) and then send that to a data destination periodically which might get you closer to what you are looking for.
Do you have a specific use case in mind?
09-19-2023 12:29 PM - edited 09-19-2023 12:37 PM
What RADSr mentioned was correct until release 6.0 on perm or cloud releases since last year, when we introduced the Component SDK.
In addition the SDK Components marketplace, the Component SDK enables you to write your own custom component. Using this powerful framework, we have created a sample write back component that enables you to actually key in values and send back to a database or CSV file through an API service.
I am writing an article about this component this week with open source code sample that will be shared. The component can be used to write back to:
It will also show a whole workflow that was done using that component to allow reviewing (approval and rejection) edited values before pushing them to the final destination.
Specially with the Component SDK, There are always possibilities beyond your expectations 😉
09-20-2023 10:44 AM
Yes we can use Incorta API end points to read and write into required Destinations.
10-18-2023 10:29 PM - edited 10-18-2023 10:30 PM
@msinha8 @RADSr @vengat , if you are looking for the write back from a dashboard table insight I have mentioned in my earlier comment, please checkout this SDK Component:
https://community.incorta.com/t5/training-enablement/incorta-write-back-component/ta-p/5037
Waiting for your feedback on the component 😉