Hi John!!
Great solution!!
I didn’t get any values to $taxonomy & $category->term_id so I changes $taxonomy to category and $category->term_id to $category
$value = get_field(‘featuredimage’, category . ‘_’ . $category);
if ($url) { -statement was very good. I added default image on CSS if category image hasn’t been set.
John, I really appreciate you helping me!