Question

Red Alpha
US
Last activity: 15 May 2025 14:43 EDT
Best way to update a embedded data type field mid-workflow using a custom constellation dx component
Hi, I am working on a field component to use in a certain case type workflow. This component displays as a table, and fetches all records from a list type data page upon initial load. it will then populate the first column of the table using a specified text property from that data page for each record. The next column has a button that allows the user to click it to copy the record of the property from the data page into an embedded data type that is on the case. we have this embedded data type displayed in the next step of our workflow as a table (list layout). We cannot successfully get this data to copy over. We have tried calling data pages that execute activities to copy the data over, getPconnect() functions like updateFieldValue(), etc, all with no luck. Is there a process for going about this that would help us achieve our goal utilizing the PCore and PConnect public apis in our custom component ?