一、背景
copy了一条flow在solutions内,但无法切换connection reference。
二、问题
经过调研发现自建的flow他的reference显示为:
但copy的flow则只会显示Connection
。
三、解决
- 导出solutions,并解压缩,在vs code里打开
- 全局搜索
ConnectionReferences
,在shared_commondataverseforapps
下的connection
字段建立新链接即可"ConnectionReferences": {
"shared_commondataverseforapps": {
"runtimeSource": "embedded",
"connection": {
"connectionReferenceLogicalName": "xxxx_xxConnectionReference" // add this line
},
"api": {
"name": "shared_commondataverseforapps"
}
}
}