Hi Guys,
Unsure how to point my gallery to a nested collection.
Any help is greatly appreciated.
Thanks
All good. Ill give it a crack myself and see what i can do. Thanks agin for your help 👍
I note you have marked this as solved on your own post that says that is not . . .
This is not really a simple process and really depends on information I do not presently have
Cant seem to get it to work.
Say from testing collection lookup row 2 then lookup nested collection test with selected item in gallery then patch this value.
Something like
Patch(
Testing,
RecordIdentifierHere,
{
TestDetails:
{Result: "YourValueHere"}
}
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps
@WarrenBelz thank you.
Also would you know how to update a record in the nested collection from the gallery ?
Say I want to updated the result ?
Thanks
Hi @christian12 ,
If you do this
Ungroup(
Testing,
"Result
)
you should get it all in one flat table.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps