Webhook payload not sending linked field values

Hi All,

I have an Articles table and it has a field that links to Tags table.
I’ve created a webhook that responds to an update on the Status field.
The payload presents a the linked field Tags but with the number os items instead of current values…

How to get the Tags??

“Links” field will store & return links count (more like a rollup field). You can use “LinkToAnotherRecord” field - currently available after you enable feature flag from “Experimental features” sidebar from user menu.