I continually get the error that the PDF function target can't be nested. I am not trying to use a nested target. I am using the screens. What is going on? You can clearly see that the target is Screen2 which is not nested. I tried adding a container and putting the form in it and using the container. Same issue. Tried using BrowseScreen1. Same error. WHY?
Collect(colAttachments,{Displayname:ThisItem.Title, Id:GUID(), Value: PDF(Screen2)});

