Question
P3Fusion
IN
Last activity: 2 Aug 2019 12:12 EDT
Dynamically Generate Excel Template
Hello,
I have a requirement where the customer has to bulk update the workObject properties via upload of excel file. For this scenario, I have used MSOPParseExcelFile activity
In the activity configuration, i defined a template which contains the properties to update
Column 1 Column 2
{ .pxResults().CaseID input } { .pxResults().Name input}
My requirement has now changed in a way that customer can choose which are the properties to update through UI Dynamically
for this feature, I have to generate an excel template dynamically that contains the user-selected properties to update so that user can use the template to give the list of data in the excel and re-upload to process the records
Ideas are welcomed,
***Edited by Moderator Marissa to update platform capability tags****