Hello @Ryan Abbey ,
Thanks for getting back to me.
So, I could - have a Web Activity to get the keys from the Key Vault and Set in the Variable.
WEB Activity URL : https://<your-keyvalut-name>.vault.azure.net/secrets/<your-secret-name>
You could access the output of the web Activity using : @activity('Web1').output.value
& Store in a variable.
You can reference this variable as the API KEY for the subsequent Web Activity (mentioned above workaround)