Cant remove header from the list I have!

Hello Bika.AI team and Community,

I was trying to send an HTTP request to make but it seems that I was not able to remove the header from this HTTP request no matter what I do it just doesnt work.

Furthermore, the link that I am trying to send from webhook seems to break as following

Original Link: https://www.linkedin.com/in/
Webhook Link: https://www.linkedin.com/in/

Can anyone let me know what is the issue here ? or how can this be solved.

Thanks,

Hi Burhan,
Could you clarify if this is related to the “Send HTTP Request” action? For better troubleshooting, please share screenshots(without sensitive information) of your action configuration and the execution history (as shown in the example below). This will help us identify the issue more effectively.

Action Configuration:

Run history:

Hello Kelvin,

Thanks for getting back here is the screenshot as requested.

Yes, I was refering to Send HTTP Request. There are 2 issues here.

  1. Due to some reason I cant filter the header in make.
  2. URL that is passed to make gets " \ " for some reason and breaks the link.

Please check and let me know how can this be resolved.

Thanks,

Here is the screen shot from the run history and we can clearly see the linkedin link gets broken.

This is fixed but I the issue now is mapping data back to bika.ai after enrichment how can i do that ? i can receive the data in bika.ai in my webhook i need to know then next steps now. @Kelvin your support is high;y appreciated.

BR,

So you wanna use the data from your webhook in later steps? I wrote a tutorial that walks through exactly this – check it out here: How to retrieve the data received by the “Webhook Received” trigger in downstream Actions?

Huge thanks for the nudge btw – we totally need to beef up our docs for stuff like this. You’re helping us improve! :rocket:

Hello Kelvin,

So what I need to do is update the exisiting contact but I am unable to map the enriched contact details. Below is the scenario.

  1. A webhook is sent with just the linkedin url of lets say an X person to make.com where automation runs and give an output of enriched contacts.
  2. I want to receive the enriched data and map it to the X person. The issue is I cant map the data back and update the record.

I request you if we can have a quick call we can set it up and create a guide for it which will help the community as well.

Thanks,

Hey! So I tried recreating your flow – basically using the ​Find Record action to filter by email, then pushing the webhook’s enriched data into the “remarks” field.

Quick breakdown:

The result is:

Think this would work for your case? If not, maybe we can brute-force it with a ​Webhook + Script Action combo for full customization.

Hello Kelvin,

Amazing this is what I want, but the issue is I cant figure out the path. for Find records condition.

here is the screenshot.

Oh man, this might be that awkward interface thing :sweat_smile: Looks like the right panel’s width might be covering the gear icon for variables. Try dragging the panel’s left edge to widen it first? Check out the GIF below - might do the trick!

variable selector

The solution you told me is what I am looking for, I have a question can you explain that why I have so many options and which one should I chose in find record step? Beside that this is so confusing.


?

Just to confirm - are you looking at the “Update Record” action’s interface? If yes, remember to use the Actions/FIND_RECORDS/Record id list variable in Filter Conditions like I mentioned earlier. This basically sets Record_id={FIND_RECORDS.record} behind the scenes.

Totally get why the variable picker feels overwhelming! The “Record List” and “Grid List” options specifically need better documentation - I’m pushing to get a detailed guide published this week. I’ll ping you when it’s up! Appreciate your patience while we sort this out :blush: