- One [Estimate] to many [Project Mat]
- One [Estimate] to many [Production Item]
With(
{ProjectMat:First(Self.Selected.Item.'Project Mats')},
Patch(
'Production Items',
Defaults('Production Items'),
{
Estimate: Self.Selected.Item,
Units: ProjectMat.Units,
'Text Test': Text(ProjectMat.Name)
}
)
)

Report
All responses (
Answers (