With({_params:
{Param1: "something",
Param2: 2,
Param3: Date(2021, 11, 24)
}
},
yourFlowName.Run(JSON(_params))
)
With({_params:
{Param1: "something",
Param2: 2,
Param3: Date(2021, 11, 24)
}
},
yourFlowName.Run(JSON(_params))
)