For full documentation I want to add line by line comments to the functions I have included as inputs to compose steps.
I know I can (and I do) add comments to the step but I want to add more detailed comments actually within the input
In Power Apps I can use something like ...
function(
input1, //Comment about input 1
input2 //Comment about input 2
)
Is there an equivalent in Power Automate? If not now is there any prospect of it being added?
Thank you for your help,
Guy