Change "int" in the data base by button in perspective

Hello All
I am trying to get the contact which Perspective, I have a script to put the data in the id row of the data base that works in vision but in perspective is giving a failure.
I have try to understand what is failing.
Do you know where it can come?

image
Thanks

You a mixing Vision and Perspective scripting functionality… Get rid of “event.sorce.parent.getComponent(’” and "’).intValue. Use self.getSibling(“Dropdown”).props.value

1 Like