
I am currently building a support intake form in PA.
One of the request needed is to be able to have this information below where in the form it would write to a specific share point list item(Row) when the form is filled out. But not three different columns just the whole table below, they want it to write to one column when a new form is filled out under the, "Monitoring and Alerting" column and have the info below show up for that item, I dont know of a way to get this table into a row item without adding it manually in SharePoint nor if there is a way to get PowerApps to display this data in the form to fill out, any suggestions?
| Monitoring and alerting required? | Yes, No, N/A | |
| Is yes please provide the required thresholds | Green | Enter criteria here |
| Yellow | Enter criteria here | |
| Red | Enter criteria here |
This example is me copying the data but just to give you all an idea of what they want or if these can even be done:
Hi @cewjr9842 ,
Could you please share more details about your scenario?
If you would like to populate the "table" in your post into each field of the column, you could use a multi-line text type column. When editing the New Form in Power Apps, set the Defalut of the TextInput box to:
"Monitoring and
alerting required? Yes, No
Is yes please Green Enter criteria here
provide the Yellow Enter criteria here
required thresholds Red Enter criteria here"Then adjust the strings to proper place.
Hope this helps.
Best regards,
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.