According to the documentation I should be able to get dynamic samples simply by replacing the “samples” section of the module with the name of the rpc, like so: rpc://NameOfMyRemoteProcedure
.
However, when I do this and create a scenario utilizing the module, all of the fields defined in the interface get a sample “rpc://NameOfMyRemoteProcedure”. The rpc url isn’t called but is simply used as is, as a sample.
I found a similar thread here: Can't get dynamic sample to work - #2 by Claire_Champourlier. The answer doesn’t work any better: I just get a sample of an array with the rpc name as the first item…
The documentation is quite parse. Is this an existing feature or not?