How can i insert data coming from an Outbound Rest Api that gets data as Json, into a staging table
I have an outbound Rest Api that gets data as Json from an external Api. I manage to call to this Rest Api and get its data from a Ui Action, but i c...