I want to pass value to Action which should be changed on input, so i want to get field from collection with dynamically generated name, how should i do it?
I thought that proper syntax for notation could possibly be: "[Data.{TextToLookFor}]", but i...