using contacts service to perform an action on a number
Hello,
I followed this tutorial to use a filter to display the contacts names and phones:
https://devcenter.appery.io/tutorials...
I'm trying to press the button next to each result in order to push the phone number into a sessionStorage variable, but although I mapped it, it is not entered.
When I do exactly the same thing with an input text, it works exactly as it should.
The contact phone is located in
Mainmobilecontainercontacts_listcall_contactcontact_gridmobilegridcell_15contact_phone
Has anyone managed to use the result to make a call or perform some action?
This is my mapping and I don't see why it doesn't work:
Thank in advance for your assistance,
David