Content field only works for one input

Issue:

The LinkedIn Image Post module only posts the first part of the “Content” section (regardless of what it is).

LinkedIn Image Post module:

For example, it will only post the blue “4. Content” section to LinkedIn and not the “4. Hashtags.”

Here’s what it looks like on LinkedIn (no hashtags):

BUT if I add the “4. Hashtags” to the front as well, it posts the first “4. Hastags” and “Content”—but still doesn’t post the second “4. Hashtags”.

Scenario:

Scenario blueprint:

blueprint (2).json (108.5 KB)

Output bundle (LinkedIn module):

[
{
“id”: “urn:li:share:7149063515612327936”
}
]

Please help!

Hi,

so in other words {{newline}} is interpreted as EOF essentially? Try removing it and add a new line using the Enter key and see if this formatting will work?

2 Likes

Looks like the newlines aren’t the problem, here’s my test

Screenshot_2024-01-06_000158

Post on LinkedIn

Screenshot_2024-01-06_000138

Please provide the output bundle of the Airtable module [4] 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

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.

This will allow others to better assist you. Thanks!

2 Likes

Here’s the output from the Airtable bundle:

    {
        "Content type": [
            "TOTD"
        ],
        "Attachment": [
            {
                "id": "att6kPEcNMeTCFSU7",
                "width": 1728,
                "height": 2304,
                "url": "https://v5.airtableusercontent.com/v2/24/24/1704477600000/-RF_JiJhZ9kRGJY5fiMiMQ/Kp5WMVfceF8DXvePwQm_Hgdk79nqufLVU10obfx0WrlHzoB5JDTLnrqYBAusjdYTqQd1DwGmjgby-deLi0a3HAcNQZyQv6pUmyiXlr66-k6AyTrDeSclvuzezGD5lCemI-UoIkS44b3KwwIOKAKo0WVWGT19EKTxJ-44TJox00U/dJsIso3NMPrFd3XSJyddpKyklns3ZFXPR6XGowHIB9M",
                "filename": "Simplify your design.png",
                "size": 563197,
                "type": "image/png",
                "thumbnails": {
                    "small": {
                        "url": "https://v5.airtableusercontent.com/v2/24/24/1704477600000/97amiOmp_ig-1tnSm4w1nQ/TCRDwjw_8Vsv2ELQzRD6EwDoGdby0wTb0h7SCcuSkIQBPGyx_pWiODYL-7HSm7Ux0XTMZKAu49LfbvvQ6XeK7nj4JHmWH_cQk-kBjLNZ1Ok_hmyfTf2qO0SwgXW1j-NBdm-YAHIjXKjKhIWsjToK8Q/JxPAJ00qbBIVox6t6TucaiftwEU1KRZXJ77_velT5iI",
                        "width": 27,
                        "height": 36
                    },
                    "large": {
                        "url": "https://v5.airtableusercontent.com/v2/24/24/1704477600000/aeRGPP3hZ0oSYJZh4s1hJw/_WDxWNgF8xTfV7I3KGFbX9_18u2lpVrgyeWf46FZQU4RDf9216D8tb7_LsI_wWCV3Kq6baFqRCOkrS77bbLhbgiGp7K-w9UdoMBlEERv6EfRWwFUTaBnrDIsBbQfCWiRZMCFvW4-p9GvrMBedlVJig/wwU1YXbHavIuulXaxBA-0-OZ0LQLTnAARRDRMVdxNuQ",
                        "width": 512,
                        "height": 683
                    },
                    "full": {
                        "url": "https://v5.airtableusercontent.com/v2/24/24/1704477600000/sCuy1d62nt4RLtXl1wRmFQ/RalfCRriPjBvk5oezAoBljdLyJjKzxGsv717X0m8sdwJTRa4_c9NQFVgg60r5t76fNzD9E_j9pWkCNjGaNuRsBajzJ0qcF6P9-VvzVyOCnNKDlo7H5zqwHh686wc1mhI9KJMrUXY2OMPo1HvWxxF7Q/W0hWY-NQ9qWSucoHAxG34fKra762-vCWOVP_5seYQ48",
                        "width": 1728,
                        "height": 2304
                    }
                }
            }
        ],
        "Title": "Simplify your design",
        "Hashtags": "#digitalmarketing #copywriting #cro #productivity #webdesign",
        "Content": "Most webpages are too complicated. \n\nAs a result, they lack a logical flow, load slower, and are harder to edit. \n\nKeep it simple. \n\nRemove excessive menu items, sidebars, and non-essential graphics to create a clean, uncluttered page that directs visitors' attention to your primary call to action.\n\n(Whether it's a purchase button, sign-up form, or contact form).\n\nA clutter-free, focused design helps visitors quickly understand the desired action and are more likely to convert.",
        "LI CTA": "✅ Get sweet marketing advice at: FunnelCandy. com",
        "LI Publish (Date string)": "2024-01-05",
        "id": "recvTqlw0XCs4kBXk",
        "createdTime": "2023-12-27T18:40:51.000Z",
        "__IMTLENGTH__": 1,
        "__IMTINDEX__": 1
    }
]

@Stoyan_Vatov

Aha I know what’s the problem now.

Hashtags at the end of LinkedIn posts must use this format:

{hashtag|\\#|digitalmarketing}

In your case it has to be

{hashtag|\\#|digitalmarketing} {hashtag|\\#|copywriting} {hashtag|\\#|cro} {hashtag|\\#|productivity} {hashtag|\\#|webdesign}

Originally discussed on #Hashtags— I cannot escape the "#" symbol

2 Likes

Thanks for following up.

I tried adding:

{hashtag|\#|digitalmarketing} {hashtag|\#|copywriting} {hashtag|\#|cro} {hashtag|\#|productivity} {hashtag|\#|webdesign}

to Airtable and it’s still blank.

Also, the original hashtags did appear if I put them at the beginning of the post (see original post). So I don’t think this is the solution.

As a test, I tried adding “LI CTA” at the end:

… and it has the same issue.

Here’s the output bundle from Airtable:

    {
        "Content type": [
            "TOTD"
        ],
        "Attachment": [
            {
                "id": "att6kPEcNMeTCFSU7",
                "width": 1728,
                "height": 2304,
                "url": "https://v5.airtableusercontent.com/v2/24/24/1704492000000/ymPDbeXCQBFDmonRDv27RQ/XaPdMB7btyAXmaGHOE0VguFYbnLnaowENwu1Rq9qRg_1DXmDr2qgwBkp1JubMNRUHiSLbCG8gwyb7Pkh6_AKE5qn7tizqXzEiufa2f3clN2SHcZY__PWcSOR6BKOqSbzhv2zfF2sy1EuZeoLRS0JCH6_8yNgQT3nrNq15IVQF0k/uYvalPPtzyCuGZLPzzxaOfGH-L9K1aFZw0w_jPGDJ0Q",
                "filename": "Simplify your design.png",
                "size": 563197,
                "type": "image/png",
                "thumbnails": {
                    "small": {
                        "url": "https://v5.airtableusercontent.com/v2/24/24/1704492000000/hgP10MnGQFmWu8TUD3Fxvg/hZVaojPKv4B1xv_DcJuaVwcSbqsoI3-9iBVkJGxx12Rd-mp_DmC28CEMYRzwhVo7ig40UX87YbgTR1l9TAu7ngIzsqTSvB02uIpqNeO9sXWQ0ZQBBqwPUS-fyvBPbp2dVbvU5Ga6ajtN1oBXyJinfg/iAt214iLNp2Dnk5ZI4cd8OubNALVpBGSqVuzZuIw8XU",
                        "width": 27,
                        "height": 36
                    },
                    "large": {
                        "url": "https://v5.airtableusercontent.com/v2/24/24/1704492000000/oon2dR1Ip99zKe-mAtmGQQ/jea8r583w0OgGDVtWxuqJfpXkuEHtwgASu-q2sn-7maEz0lHQgjCYwyKgRksAMHQjOvrVSCyj4svu2GpToyCPKsa2uQhJtGOw_rojLqbOJf6CL2w0NVHnehsH4CRA5C1dDi7N8zMOIKTohXRBah2fw/5QlALM2acQ48IgySefUFVV6C_FQ0AL0kzRXVmP1dWrU",
                        "width": 512,
                        "height": 683
                    },
                    "full": {
                        "url": "https://v5.airtableusercontent.com/v2/24/24/1704492000000/KWpBGAA7TgpsqD4p0QxZ_A/jrJrvyzu7dITFcqVtZFoMNDU4c5Tf7QcCmHDrkrx1rP9OUkdmrzaW0e71B13OrUJPI0-ttvN5YggtMyoaga3rofBI1QSMtu-69z9SWyAPOCV2kgdLBguYYVB6pbiSyn7jXP7UwdJ29-IoBwFUyuZlg/I_5ZGG5Dh4VopLxcjAo6wTUjJjH5N8zfEdLmTzXaQ-4",
                        "width": 1728,
                        "height": 2304
                    }
                }
            }
        ],
        "Title": "Simplify your design",
        "Hashtags": "{hashtag|\\\\#|digitalmarketing} {hashtag|\\\\#|copywriting} {hashtag|\\\\#|cro} {hashtag|\\\\#|productivity} {hashtag|\\\\#|webdesign}",
        "Content": "Most webpages are too complicated. \n\nAs a result, they lack a logical flow, load slower, and are harder to edit. \n\nKeep it simple. \n\nRemove excessive menu items, sidebars, and non-essential graphics to create a clean, uncluttered page that directs visitors' attention to your primary call to action.\n\n(Whether it's a purchase button, sign-up form, or contact form).\n\nA clutter-free, focused design helps visitors quickly understand the desired action and are more likely to convert.\n",
        "LI CTA": "✅ Get sweet marketing advice at: FunnelCandy. com",
        "LI Publish (Date string)": "2024-01-05",
        "id": "recvTqlw0XCs4kBXk",
        "createdTime": "2023-12-27T18:40:51.000Z",
        "__IMTLENGTH__": 1,
        "__IMTINDEX__": 1
    }
]

For some reason the “LI CTA” doesn’t appear at the end, either.

I tried this and got the same issue.

You missed one slash in the format. Please double check.

2 Likes

Thanks. :slight_smile:

Here’s what went into Airtable:

{hashtag|\#|digitalmarketing} {hashtag|\#|copywriting} {hashtag|\#|cro} {hashtag|\#|productivity} {hashtag|\#|webdesign}

… and it didn’t work.

I don’t think that it’s the hashtag, because the same issue applies to anything I put after the [Content] section.

And if I put [hashtags] before [Content], they both work. Weird, right?

Here’s the output bundle from Airtable:

    {
        "Content type": [
            "TOTD"
        ],
        "Attachment": [
            {
                "id": "att6kPEcNMeTCFSU7",
                "width": 1728,
                "height": 2304,
                "url": "https://v5.airtableusercontent.com/v2/24/24/1704520800000/e76YKyaN2FstuvY3kR9CnA/NtD_Ex9DiStyIIs6iXudHZR8Tc6DjiDFGqqE65oEiwOZXY1vCqn2W1k0WGJYZ2ISAu1UqRfkGFRWfOlw54uIPWEpOwaXp_qSpi2aj0AmdqcwQUu7dzuLpuVnKIXIF-7JYW82SuMw_A2u7ikP4YE5aVPyz0P4DtOslJxUKYmoIYw/D6e59Tgi-eAPFmifc6rwjxS-gF-ZayHkzDsy-u-30ns",
                "filename": "Simplify your design.png",
                "size": 563197,
                "type": "image/png",
                "thumbnails": {
                    "small": {
                        "url": "https://v5.airtableusercontent.com/v2/24/24/1704520800000/M8JtduZiHlev-3xB1He1tQ/Q7ruIvCnXMgWbGwtZ9Ubm35-YZbwyGnbZqhIAJeLf8Z1H23NoetZMhRW5vSjwTa-sj98Dl0qTj4tAAJsmAdhqmWld_cmwhD6C9qBzldkzjl3LbweTwkDqBG3BjIZVNsi8mDtPUtI7YtWPQrPKvh--g/K2WOWkNj8CAmwVq5EB6xrfpzsnA4Bg76B6ctbVG4RRM",
                        "width": 27,
                        "height": 36
                    },
                    "large": {
                        "url": "https://v5.airtableusercontent.com/v2/24/24/1704520800000/RhnZEsUrEg5G0jCe-J4tDQ/5D_YB02JpMDN-fkzJIk36xHJOrvb5w2s1fqwS0zQy9kI0VZIIR2J6kXQ3QwSpkKgwLbqnoBeDtRSfZ512i-AqouVQiHJKr609OP5H92_MBzrSW3YLQmmDqPcmYaYa0olDabESyx4iO8pCiZVSdyuvg/85-pVodQ7me3GchjAikMDtUhNHMeRsqYJmF_acWRmdQ",
                        "width": 512,
                        "height": 683
                    },
                    "full": {
                        "url": "https://v5.airtableusercontent.com/v2/24/24/1704520800000/HLyYvcnsoWHwvSMuChjApw/WzeEIYBw71ob1x2J6PgWt_rz-Urz5YuD5Dqi_Gdb8UySYylqe9iiHMY6O6lXEnvcp6F6b_ipKNL2-EvfTz8dCEcZwkQyrFqhNFq1Lexlt6qeFKfjJ_3FyHOHDUFPlUF4mEbQfR-s64welm1GPjJMUA/WTnVf1SjZy_0w30_pkmYtho9MocECMWlwH1UeaIqcd8",
                        "width": 1728,
                        "height": 2304
                    }
                }
            }
        ],
        "Title": "Simplify your design",
        "Hashtags": "{hashtag|\\\\#|digitalmarketing} {hashtag|\\\\#|copywriting} {hashtag|\\\\#|cro} {hashtag|\\\\#|productivity} {hashtag|\\\\#|webdesign}",
        "Content": "Most webpages are too complicated. \n\nAs a result, they lack a logical flow, load slower, and are harder to edit. \n\nKeep it simple. \n\nRemove excessive menu items, sidebars, and non-essential graphics to create a clean, uncluttered page that directs visitors' attention to your primary call to action.\n\n(Whether it's a purchase button, sign-up form, or contact form).\n\nA clutter-free, focused design helps visitors quickly understand the desired action and are more likely to convert.\n",
        "LI CTA": "✅ Get sweet marketing advice at: FunnelCandy. com",
        "LI Publish (Date string)": "2024-01-05",
        "id": "recvTqlw0XCs4kBXk",
        "createdTime": "2023-12-27T18:40:51.000Z",
        "__IMTLENGTH__": 1,
        "__IMTINDEX__": 1
    }
]```

@samliew P.S. I did use double slashes; it looks like the Make forum removes the first one for some reason.