UiPath.Presentations.Activities.ReplaceShapeWithDataTable
Insert a data table into a presentation. Replace an empty placeholder or a previous Datatable. This activity must be added inside a Use PowerPoint Presentation activity.
Properties
Common
- DisplayName - The name displayed for the activity in the Designer panel.
Input
- Content placeholder - Placeholder (shape) on the slide where the table will be created. In StudioX, click Plus
on the right side of the field, and then select the presentation file with the placeholder for the data table.
Alternatively, use one of the other options in the menu to indicate the placeholder name:- Ask when run - Prompt for the name when the project is executed.
- Paste from clipboard - Paste a value that you previously copied to the clipboard in the project..
- Text - Enter the name in the Text Builder.
- Open in Advanced Editor - Enter a VB expression.
- Presentation - Presentation in which to enter the datatable. In StudioX, click Plus
on the right side of the field, and then select the presentation file where to insert the data table. Alternatively, you enter a VB expression.
- Slide number - Slide number on which to insert (numbers begin with 1). In StudioX, click Plus
on the right side of the field, and then select the slide number from the presentation file where to insert the data table. Alternatively, use one of the other options in the menu to indicate the slide number:
- Ask when run - Prompt for the name when the project is executed.
- Number - Specify the number of the slide.
- Open in Advanced Editor - Enter a VB expression.
- Table to add - The datatable to be inserted into the slide. In StudioX, click Plus
on the right side of the field, and then select the table to add from a Notebook. Alternatively, you enter a VB expression.
Misc
- Private - If selected, the data used in the activity is not logged by Studio or StudioX.
Updated 10 days ago