I am trying to create a component for popup messages with the OnSelect property for the confirmation button that looks like this:
Remove(colPics,LookUp(colPics,FileNamePic = galPicturesSaved.Selected.FileNamePic));UpdateContext({varShowPopupFileSaved:false})
It seems that it can not be achieved by assigning this string to some input property of the component.
I was hoping that I could assign it to the component input property and via a component internal variable assign it to the output property.
A Text property can't help to achieve this, at least I do not know how.
Any ideas?
EDIT:
I have just realized that this is not possible to achieve and will continue to use my in app solution.