Hello,
I have a question regarding the implementation of dynamic attributes.
I created a flow to turn a single attribute into text for the actual values of the column and row of an attribute;
Following the pattern below:


After achieving this, the biggest problem is that these 'dynamic' name attributes come as unexposed attributes.

I could simply place an AttributeExposer and resolve this case, but the problem is that the flow will run in several different scenarios, and the values (A, B, C, F) will never be the same; they can vary to anything (G, H, T, Z, B, A, or K, LL, BN, XS, D).
Therefore, I need the exposer to work automatically as well, but I couldn't make it receive @value(list_name); it literally exposes the value '@value(list_name)' as if it were an attribute with the name of the code.
Thank you for your assistance!
Best regards,