Scenario RSS to Linkedin running without errors but not POSTs on Linkedin

I have a scenario running without errors.

Grabbing RSS and posting LinkedIn Image Post

But I am not seeing any Posts on Linkedin’s main feed

What could be the cause or the problem?

Welcome to the Make community!

1. Screenshots of module fields and filters

Please share screenshots of relevant module fields and filters in question? It would really help other community members to see what you’re looking at.

You can upload images here using the Upload icon in the text editor:
Screenshot_2023-10-07_111039

2. Scenario blueprint

Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.

Screenshot_2023-08-24_230826
(Note: Exporting your scenario will not include private information or keys to your connections)

Uploading it here will look like this:

blueprint.json (12.3 KB)

3. And most importantly, Output bundles

Please provide the output bundles of the modules by running the scenario, then click the white speech bubble on the top-right of each module and select “Download output bundles”.
Screenshot_2023-10-06_141025

A.

Save the bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.

Uploading it here will look like this:

bundle.txt (12.3 KB)

B.

If you are unable to upload files on this forum, alternatively you can paste the formatted output bundle in this manner:

  • Either add three backticks ``` before and after the code, like this:

    ```
    input/output bundle content goes here
    ```

  • Or use the format code button in the editor:
    Screenshot_2023-10-02_191027

Providing the output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.

Following these steps will allow others to assist you here. Thanks!

samliewrequest private consultation

Join the unofficial Make Discord server to chat with us!

Here you have Samliew

blueprint (1).json (12.7 KB)

Output Bundle

[
    {
        "id": "urn:li:share:7219709870969622529"
    }
]

Hi @samliew

Would you have any suggestions or tips? what could be happening

Regards

Probably because you are not mapping a downloaded image here, you cannot paste a link in there.

Screenshot_2024-07-19_190748

Use the HTTP Get a file module to download images.

samliewrequest private consultation

Join the Make Fans Discord server to chat with other makers!

Hi Samliew

I´ve followed your advice and add the HTTP Get a File module, the scenario is not throwing any error but the posts are not reaching Linkedin either. Meaning nothing is posted on Linkedin

Hi Samliew

I´ve used your suggestion, but I don´t have a clue how to map this module from the RSS, if you could provide a reference in the Documentation or how to use it would be appreciated

Thanks

Hello Everyone

I am stuck, because there are not examples for those learning, on how to get the image from a RSS´s post to include on a LinkedIn image post or any other Social Media channel

Does anyone can provide examples of how to do it? so we can learn

Thanks

Please, can you provide an example with screenshot of how to use the HTT^P Get a File with an RSS? so we can learn

The RSS Feed you are watching does not have any images.

So there is nothing to download in the first place.

Hope this helps! Let me know if there are any further questions or issues.

samliewrequest private consultation

Join the Make Fans Discord server to chat with other makers!

@samliew This is the feed URL (the same on the Scenario): Salesforce

This is one post from that Feed: https://www.salesforce.com/blog/ai-agent-chatbot/
and this post has an image

Your help is highly appreciated.

The posts are not showing on Linkedin at all and is not giving any errors

Then you’ll need an intermediate step to download the “URL” variable to get the source code of the page.

Then you’ll need another step to extract the image link from the page source code.

Only once you have the image link, put that in the Get a file module to download the image.

Hope this helps! Let me know if there are any further questions or issues.

You can also join us in the Make Fans Discord server to chat with other makers!

Why it has to be so complicate to share a post with it´s image :roll_eyes: