Forms flow missing items for update SPO

Steel Contributor

Hi,

 

I have a Flow that shoulr update a SharePoint list for each new item. The problem is that i can not select a field from Forms-data to update the correect SharePoint Iten. Except for the Title-field:

 Higlighting Title, all field from the Form can be selected:

forms sp ok.PNG

Hilglighting any other fields, the option to select from is gone. What do I do wrong here? 

 

Best Regards

- Geir

 

form sp not ok.PNG

1 Reply
Hi Geir,
Flow is detecting the type of the field you are in, and therefore, it only shows compatible data type fields. Probably "Fra Dato" is a datetime field type, as Submission Time field type.
Maybe you need some conversions (for example, in Forms many fields are submitted as strings and need to convert them to numbers, using int function, for example).
Hope it helps!