Forum Discussion

Hogstad_Raadgivning's avatar
Hogstad_Raadgivning
Steel Contributor
Jun 05, 2019

Forms flow missing items for update SPO

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:

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

 

Best Regards

- Geir

 

  • Ferran-Chopo's avatar
    Ferran-Chopo
    Brass Contributor
    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!

Resources