I have custom_comissionData.ProviderID_{parent.customData.serviceLogo}.fix
where parent.customData.serviceLogo is another variable, which value I want to put here as part of variable name.
I mean parent.customData.serviceLogo= 1000
and I want to get value of
custom_comissionData.ProviderID_1000.fix
but the way I typed it causes "Uncaught SyntaxError: missing ) after argument list"
Any way to fix this problem ?