
Hi
I am new to power automate. I am creating a flow when the form is submitted in MS Dynamics Customer Insights; it gets updated on the Sharepoint List. In the form are fields of lookup type and multiple-choice type. For other fields, I have initialized variables to a string. I am confused about what variable type will be for lookup and multiple-choice. If anyone can help that would be great
Hello @anubha007
You shouldn't use variables to set a value that doesn't change. Especially in power automate this consumes actions and slows down your flow.
You have all you need already stored and can use it. Why do you want to duplicate the information and store it inside a variable?
If you still want to store the information in a variable you just need to look at a flow run history. There you will see the datatype. You can also use a compose action to store the information twice. In that case you won't have to care about the datatype because the compose action does that for you.