global_var NFC_id

General discussions about Automagic and automation in general

Moderator: Martin

Post Reply
boruciak
Posts: 23
Joined: 31 Aug 2018 09:06

global_var NFC_id

Post by boruciak » 07 Nov 2020 12:33

Hi
i want to get global variable with NFC ID name. How to do it?
Something like:

global_{nfc_tag_ids} = getDate...

Ultimately, I want to assign a date to a global variable whose name will be NFC id.
Thx for help.
boruciak

boruciak
Posts: 23
Joined: 31 Aug 2018 09:06

Re: global_var NFC_id

Post by boruciak » 07 Nov 2020 13:14

Ok. I found:
setValue("global_{nfc_tag_ids}", getDate....);

Post Reply