Hi!
I am trying to develop a drag and drop solution using PowerApps.
I've managed to upload the following PCF to my canvas: https://github.com/scottdurow/powerapps-pcf-samples/tree/master/CanvasDnD
Currently I only have some strings for testing.

For canvasdnd1, OnChange event, I have the following syntax:

Does anybody have a better solution than Last or FirstN in order to get the selected(dropped) value?
I am also using a textbox to check if the dropped value from first canvasdnd matches with the second one.
Right now, its showing in the following order:

Any hint or solution is appreciated!