Mapping a database ID

I’m trying to sync my private/master task database to several client portals.

In my Client database, I have a text property in which I paste each client’s task database ID.
In my master task database, I rollup the related Client’s Task database ID.

In my scenario, when mapping the database ID for the items I want to update, I can’t get the ID to be a UUID, it only comes as a string.
How can I transform that string to a valid UUID to be recognised by the module ?


It looks like you’re using the rollup property for mapping the database ID in Make. Do you think you could add a “search objects” module to retrieve the correct client and map the database ID directly from the text property from your Client database? I think this may be more reliable

3 Likes

Thanks, that worked like a charm :sparkles:
Rolling up several DBs back is quite uneffective, but even going one DB back was enough (I had 2) !
Also I was trying to map in “select database from list” but I now mapped it in “select manually” instead.

1 Like