Custom REST connection to Oracle Cloud Fusion HCM not returning data
27 views
Skip to first unread message
Chris Willhoite
unread,
Nov 8, 2024, 5:47:25 PM11/8/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to COZYROC
Good afternoon. I have a custom REST connection I've created to our Oracle Cloud Fusion implementation and am having some issues. I am able to get a connection, but when I look at the preview in the REST source for this connection. The preview only shows data for the link and when I run the package it only populates the link with all other columns as NULL. However when I check the Log Viewer for the source it shows the expected data that I also get when I run the same get command from Postman. PII blanked out in the below screen grab of the log. Any help would be appriciated.
Ivan Peev
unread,
Nov 9, 2024, 8:00:24 AM11/9/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to COZYROC
Hi Chris,
Specify Result="{{=response.items}}"
Did it work now?
Chris Willhoite
unread,
Nov 12, 2024, 2:57:58 PM11/12/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to COZYROC
That gives me more. I have a new error now that I think I know what the cause is. Thank you.