Update paragraph content dynamically from BluePrism in Interact
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-09-21 07:22 AM
Similar to 'Edit Text Field Value', how can we update the data to a paragraph field from BluePrism?
------------------------------
Seema A
RPA Developer
Ernst and Young
Asia/Kolkata
------------------------------
------------------------------
Seema A
RPA Developer
Ernst and Young
Asia/Kolkata
------------------------------
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-09-21 11:44 AM
Hi Seema
You can't edit the text of a Paragraph field using a Digital Worker, I'm afraid. It can only be done in Form editor. Could you use a text field to convey the relevant information instead? Alternatively, you could have multiple Paragraph fields on the form that the Digital Worker could hide or make visible as appropriate.
You can use the Change Field State to Hidden and Change Field State to Optional actions with Paragraph field by using Get Form Schema to obtain the GUID associated with it. Paragraph fields do not have and Automation ID so the GUID is used instead.


Hope this helps,
Cheers
------------------------------
Joe Farr
Product Consultant
Blue Prism Limited
------------------------------
You can't edit the text of a Paragraph field using a Digital Worker, I'm afraid. It can only be done in Form editor. Could you use a text field to convey the relevant information instead? Alternatively, you could have multiple Paragraph fields on the form that the Digital Worker could hide or make visible as appropriate.
You can use the Change Field State to Hidden and Change Field State to Optional actions with Paragraph field by using Get Form Schema to obtain the GUID associated with it. Paragraph fields do not have and Automation ID so the GUID is used instead.
Hope this helps,
Cheers
------------------------------
Joe Farr
Product Consultant
Blue Prism Limited
------------------------------
