How Can I Access and Modify the Exact Code of the Predefined 'Replace Text' Step in Google Docs on Pipedream?

This topic was automatically generated from Slack. You can find the original thread here.

Is it possible to get the exact code of a predefined step? For some or used to be able to go to the step menu and say view code but that isnt an option. The one in question is Replace text in Google Docs. The code on its pipedream site dons’t work and is referencing the public pipedream github repository.

I need to modify it for more advanced functionality with the replace text string.

URL: https://pipedream.com/apps/google-docs/actions/replace-text

Hi , all component code are open source here GitHub - PipedreamHQ/pipedream: Connect APIs, remarkably fast. Free for developers.

You can find the code for Replace Text action here: https://github.com/PipedreamHQ/pipedream/blob/f3f0f58cd4ac24c86fdd1947e2a8f1b422ae5386/components/google_docs/actions/replace-text/replace-text.mjs

thanks Leo, but it is referencing other files in that git which the pipedream step wont connect to

Hi , if you’d like to modify Pipedream action code and/or contribute to Pipedream action, I would recommend you go through this Pipedream docs to understand how Pipedream component code works: Overview

Or you can create a new issue to suggest the improvement that you’d like to have for the action

thanks Leo, ill give that page a look