GetViewName: Get the name of a view
GetViewName must be called in order to store in memory the name of a view identified by its id.
Tag Attributes
Attributes | Attributes Value |
---|---|
Id | Id of the view |
Var | Name of the output variable |
Only available in sapio365.
<ytriaAutomation>
<GetViewName Id="4653256601529969986" Var="MyViewName"/>
<MsgBox Title="GetViewName" Message="View name is: {%MyViewName%}"/>
</ytriaAutomation>