Hi Guys,
do you know how one can add a variable to Table in Power Automate Desktop? Let's say I have created a following table:
%{ ^['Employee Full Name', 'Employee Acronym', 'Allocation Weeks'] }% - variable %TableDT% and now I'd like to add three variable in order to make it dynamic for i.e for "for each" loop.
I've tried %TableDT + [%FullName%, %Acronym%, %Allocation%]% but PAD keeps throwing an error "Parameter 'Value'. Syntax error"
Any ideas?