一、背景
    copy了一条flow在solutions内,但无法切换connection reference。

    二、问题
    经过调研发现自建的flow他的reference显示为:
    image.png
    但copy的flow则只会显示Connection
    三、解决

    1. 导出solutions,并解压缩,在vs code里打开
    2. 全局搜索ConnectionReferences,在shared_commondataverseforapps下的connection字段建立新链接即可
      1. "ConnectionReferences": {
      2. "shared_commondataverseforapps": {
      3. "runtimeSource": "embedded",
      4. "connection": {
      5. "connectionReferenceLogicalName": "xxxx_xxConnectionReference" // add this line
      6. },
      7. "api": {
      8. "name": "shared_commondataverseforapps"
      9. }
      10. }
      11. }