Hi everyone,
I would like to know how I could get the ID of an Item ?
I get the name with :
and now I would like to get the Item ID.
Thank you !
I would like to know how I could get the ID of an Item ?
I get the name with :
if (item != null)
return item.displayName.english;and now I would like to get the Item ID.
Thank you !