Execute Parameterized Query with Arguments

0
I need to pass on a parameter to SQL query in the Execute Parameterized Query database connector. I can pass a hardcoded value, but how to link it to an actual parameter in microflow ? Also in the parameter I am only able to link an Object, but not an attribute of that particular object.   
asked
1 answers
1

Did you try to just add the object attribute as parameter? Like this?

 

$currentUser/name ist just an example. It could be every object attribute.

answered