Fetch from custom doctype webform in child table

Hey guys,
I’m on v13 and I’m having a difficulty with fetch from

I created a custom doctype who’s fields are being used in a web form. The results of the web form I would like them mapped into a child table but the fetch syntax doesn’t pull the fields from the custom doctype.

Link field is there, syntax is correct.

Is this a problem because the custom doctype is used as a web form ?

Yep, that’s the problem. fetch from is a client side feature specific to the form view. If you want to pull data, you’ll have to either do it manually with the web form’s javascript.