I'm trying to create multiple attributes during a loop depending on the amount X. If x = 3 the attributes created should be Foto_doc,Foto_doc2 and Foto_doc3.
I have a working flow with loop in the below example but the attribute creator does not work correctly with the @value(attribute_name) option. Is there something missing in this flow or is it not possible to use attribute values for naming attributes during a loop?