I am using Azure blockchain Service and I made a logic app to call a function inside a smart contract whenever a particular trigger occurs. While creating the logic app it asks me the argument with which I want to call the function. Now, I do not want to hard code the argument.
It is something like on my website, there are multiple products available, and whichever product the user chooses, the function should be called with the name of the product as the argument.