what’s the current recommended approach to handle this kind of situation?
“update thing; if it doesn’t exist, create it”
currently I have two actions in my workflow for create/update with a condition, but if the id of the created/updated object is needed later on in the flow, I struggle to return one ID or the other conditionnally because the ‘format as text’ doesn’t return an object but text… and this kind of problem can easily scale up in the same flow…
Thanks for your insight!