Forum Discussion
how to Dynamically set connection GUID from variable array
- 4 months ago
the real issue is connection GUID field simply does not support dynamic expressions in Fabric
Try this plz
after your foreach, add a Set Variable activity and do:
@variables('pl_metadata')[0].copy_job_connection_id
store it in a simple string variable, then use that in Copy activity
ir try skip the append variable altogether and just reference lookup output directly in your set variable
the real issue is connection GUID field simply does not support dynamic expressions in Fabric
Try this plz
after your foreach, add a Set Variable activity and do:
@variables('pl_metadata')[0].copy_job_connection_id
store it in a simple string variable, then use that in Copy activity
ir try skip the append variable altogether and just reference lookup output directly in your set variable