So I am working on my database where I need to call extrenal API and get contact enrichment I was able to connect to the extrnal API and was able to receive a code:200 but now the issue is I cant map it back to my database as the HTTP Module is not shown in the next modules how can this be fixed ?
So I figured out the issue, I had to run the Python script to fix the issue but how ever I am able to receive the data in my python script but I am not able to print it any help here would be appreciated.
I am able to get the output from the script that I am running but the ouput is not delimated as json output which is not mapable in the next stage what is the solution to this issue ?
Hi Burhan,
Hmm, not sure I fully get what you mean by “not delimited as JSON output” – the screenshot shows your Run Script output is already a JSON object, and the HTTP response looks properly formatted too.
Maybe check how you’re accessing the data in the next step? Here’s a quick demo of using script output values downstream:
Could you head back to the Run Script Action editor and click “Run Test” again? Wait for the HTTP response to show up, then close that editor. Now reopen your Update Record editor and check if the data variable pops up in the variable picker?
The variable list automatically updates based on the latest “Run Test” results from each action, so sometimes we gotta give it another click when stuff changes. Let me know if that works!
Yes by runing the test run it worked and data is populated, I was actually running the whole automation again even for testing. Anyhow thankyou so much for your support but I need it again as I am stuck in the next step now to map the data with the record.
So the current senario is Trigger > Script > update record. When the automation reaches update record it actually just pulls the current data in the row and wont update the data pulled from the script command. Need your support to map the data correctly unique identifier will be the linkedin link. Here is the screenshot in how I have set it up.
From your “Update Record Action” setup, it looks like it’s only updating the first record in your “Canada Sales Contact” database.
I think you want to use the LinkedIn link to find and update the specific record where linkedin_link matches the one from your Script/Trigger, right?
Quick fix: Add a “Get Record” action before the “Update Record” step. Set its filter to {Canada_Sales_Contact.linkedin_link} = {Script.linkedin_link}. Then in your “Update Record” action, use the Record ID from this “Get Record” output as the target record. Just make sure only one record matches that LinkedIn link, otherwise the automation might get stuck.
I request connecting with you and fix this issue as its more than a week now I am stuck at this stage appreciate your help but please let us finalize this ASAP.
really sorry you’re still stuck on this! Since this comunity is meant for sharing knowledge, I can’t offer one-on-one connection here.
Could you help me help you faster? If you could record a quick video (maybe using something like Vimeo) showing your screen while walking me through the error - especially the Run History results and your Find Record Action configuration - that’d be super helpful. The more details you can share, the better chance we have to figure this out together!