However at one step i have to link the Flow param to the server action. However, the parameter is not there. I created it but its not there when i try to select it…
This has been really wierd to be honest. Issue with params have been reported multiple times and there have been fixes.
In my lastest experience, params do show up for me in the picker within the flow, but they do not when trying to run a flow from action picker.
Workaround to that is writing it manually.
flow1.run({param1: id})
The syntax is similar to that of SC’s load method.