This is my scenario for taking real estate property data from Tadabase into my CRM (which doesn’t have an app in Make.com).
I have successfully managed to create the listing (POST), linked to the owner using this scenario, but I need to make sure that when the property is updated in Tadabase, then the relevant property is updated in the CRM.
The crm needs an ‘ID’ at the end of the URL (PUT) (e.g. https://api.apex27.co.uk/listings/id), which I can’t seem to work out how to get. I’ve used a ‘GET LISTING’ but that just displays all of the listings in the crm, and I can’t seem to select the one that needs to be updated.
I’m assuming this ‘search’ module would go before the ‘Create Property’ module.
Hopefully that makes sense and some one can help me here!
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:
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.
(Note: Exporting your scenario will not include private information or keys to your connections)
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”.
A.
Save the bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.
Thanks for the response, however, my current modules (in the image) are working fine… I just don’t know how to create the ‘search’ and ‘update’ modules if the property exists, as explained in the original post…
Then this is not the correct endpoint. You need to find an endpoint on the API that allows you to search listings.
If there is no such endpoint, then you can Iterate the listings array, and add a filter so that only the listing you want passes through to the next module.
We won’t also know unless you provide the requested information.
If you need further assistance, please provide the following:
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:
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.
(Note: Exporting your scenario will not include private information or keys to your connections)