Is there a way to pull data into clipboard from a browser result?
On my Current project, we are interacting with external system to get JSON format data. The result data will need to be display in a drop-down list on the user screen.
We cannot use web services to interact with the external system because the external system requires JavaScript and cookies to be enabled on the request; the external system response needs to be
rendering on a browser.
In my POC, I added a link in one of the section and pass in the URL using “Open URL in Window” action on the click of the link. Upon doing this, I was able to display the response to the browser. Now the challenges are:
- How do I run the URL in the background because the client does not want the user to click on a link?
- How can I get the result from the browser into the clipboard which will then feed in into the drop-down list for the user?
Any help or Idea will be greatly appreciated
***Updated by moderator: Marissa to close post***
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.