How to mapping single select field from Hubspot to the same single select field in Asana? For example: priority - low, medium, high
Best way to do this will be using switch operation or switch module in make.
I’m really a beginner. I already had one working, but I deleted the history Can you describe it to me as a first timer.
Thank you very much
There is Workspace Custom Field in Asana: PRIORITY
There is Hubspot fields. HS_TASK_PRIORITY
Hi Michal_Franc,
If I well understand:
- the different values of priority in Hubspot are low, medium, high
- the different values of priority in Asana are LOW, MEDIUM, HIGH
When you map your data in Asana, you could simply use the text function upper : upper(priority)
An example with weather app:
Here is the data source:
Here is the data transformation:
Here is the result:
Of course, it works because the transformation is basic, otherwise you have to use a switch as Runcorn wrote, in this case you have to list the different values from the source, the different values from the destination and the relation between them. With that, it is “easy” to define the switch.
In your case, it could be:
PBI