Hi Team,
With reference to Appian 18.1 documentation, we could see that Appian allows editing of word documents within the task as an embedded piece. Is there a documentation supporting this use case?
Thanks,
Arjun
Discussion posts and replies are publicly visible
Hi arjunm497
Following are the steps to be taken to edit google docs in appian.
1. Document should be residing in Google Drive2. Right click on document and select get sharable link. In sharable link settings make sure to change the permissions to "Can Edit"3. Copy the link. Now this link should be used in a!webContentField(source : XXXXX)4. Please note that user has to be logged in to google to access the document from appian.5. To login the user from appian use connectedSystem since google only supports OAUTH 2.06. There are some examples on enabling users to login to other systems from appian using oauth2.0 in docs.
Links to help setup ConnectedSystem and user login
docs.appian.com/.../setting_up_an_oauth_connected_system.htmldocs.appian.com/.../Call_an_Integration.htmldocs.appian.com/.../authorization_link_component.html