Question
Virtual Data Table after Interaction starts
Hi Team,
I was going through this point
"Once the interaction starts, a virtual data table creates a structure column to represent each context value. Every interaction started receives a new row in the data table. The data table also has an interaction key column. When an automation closes an interaction in the framework, the framework deletes the data row and values of the interaction."
For example my Context Values in Interaction XML are as below
<Value Name="ClientFullName" Type="String" Default="" />
<Value Name="Penalties" Type="Number" Format="C" Default="0"/>
After interaction starts how will the datatable look like. Please help me understand.
i think all the context variables should be available for us after interaction starts so that we can assign values to those that are needed and share them across. how come "Every interaction started receives a new row in the data table." makes sense.
Kindly help.
To get to the DataTable, you can call the GetTable method of the InteractionManager component. The preferred way for interacting with the table though (to get and set values) is to simply refer to the interaction values exposed in the InteractionManager component. Once you connect the component up in your automation, it will prompt you via a key fitting to provide the interaction key. Once you supply a key, you may get or set the values for that interaction.