Hello everyone,
I am trying to use the CX as Code flow to deploy multiple IVR flows. Within my flows a data table id is being referenced.
Is there any way to reference the TF variable output within the .yaml flow file? (I tried varios options however it does not look to consider variables from outside the .yaml file). The reason I think is abvious when also creating the data tables and referencing them in the flow.
Example:
actions:
- callData:
name: Update Former Active On Call and make inActive
processingPrompt:
noValue: true
timeout:
lit:
minutes: 1
category:
Genesys Cloud Data Actions:
dataAction:
Update Datatable Duty On Call:
inputs:
datatableid:
lit: {{datatable_id}} - being TF output variable for a datatable resource
#Archy#CXasCode#DataActions------------------------------
Bogdan Simaciu
------------------------------