I have created a SQL_Server Extension in Integration Studio and I've using the tables which provided on my Outsystems App.
Can I use "createProfile" method to insert or update that table with data from other Outsystems table?
Thanks in advice
Hey Laura,
Yes, you can do that.But Create is for creating new record and update is for updating a record.
Thanks & Regards,
Sudip Pal
Hi @Laura González
You need to create extension like that which can create or update profile.
If your "createprofile" method only creating profile than it will not update the profile.
Best
Arun