I want to be able to export a json file with all my multiparms with values. Currently when I use for “parent.parms()” I have all the content of hda. But how to ask by multiparm(tab) as I can when I ask parent.parmsInFolder() All multiparms are stored on different folders, when I ask those folders I've no result.
I'm an absolute beginner on Python :/ Thanks in advance for your help & time.
here is a quick function that will gather parameters within specified folder it's a bit naive as would probably not work as is for nested multiparms or specific folder if more are named the same, but should get you going: