For the time being however, i have them both running because i'm still porting over profiles from Tasker into Automagic flows.
What i mostly do after playing around with Automagic is to turn all the flows off and only run the Tasker profiles because they all work and the Automagic ones are still in development (but i'm getting there

Now back to the NFC tag.
The NFC tag was written with NFC Tools which also includes a Tasker option to write a task (or more then one) into the tag.
When the tag is read, Tasker is tiggered (no profile since the tasks are not part of a profile but are stand alone) to run that task. This works great.
Now with Automagic, i can read this tag and it will return me the tags' ID.
If i put this ID into the flow's trigger, it will never trigger the flow when the NFC is read.
But i'f i rewrite the tag and write an ID to it with Automagic is works like a charm and the flow is "flowing" (doesn't matter is Automagic and Tasker are both running).
But then Tasker doesn't work anymore because since the task name isn't in the tag anymore (overwritten by the Automagic write), the corresponding task in Tasker is never started.
I can either use 2 different tags, one for Tasker and one for Automagic but that's a bit clumsy.
Now, if i could write the data that the original tag contains (Tasker task name) when i write it with Automagic, i think it might solve the problem.
Q: can i do such a thing with Automagic ? (at least i haven't found a way yet, tags written by NFC Tools don't trigger Automagic).
Q2: Does it need to have the automagic4android link into the tag for Automagic to be able to trigger a flow?