Json parameters for PowerAutomate
With({_params:
{Param1: "something",
Param2: 2,
Param3: Date(2021, 11, 24)
}
},
yourFlowName.Run(JSON(_params))
)
posted on 2022-02-08 12:37 lingdanglfw 阅读(40) 评论(0) 编辑 收藏 举报
With({_params:
{Param1: "something",
Param2: 2,
Param3: Date(2021, 11, 24)
}
},
yourFlowName.Run(JSON(_params))
)
posted on 2022-02-08 12:37 lingdanglfw 阅读(40) 评论(0) 编辑 收藏 举报