Good Day Community
I need some assistance please..
Working on an Onboarding flow and running into a bit of an issue.
the Flow starts with the HR filling out a MS Form with the user information and then gets sent to their manager with a link to another MS Form where they have to indicate the System access required. The flow then writes all the information into a SharePoint list.
There are 2 columns that gets populated as arrays, since there are multiple choices that can be made.
I want to to be able to write a html table that I can email to the user to let them know what systems they have access to.
I cannot use the 'select' function as it keeps on going into a Apply_to_each loop.
how would I go about creating the table if I cannot use the Select operation.
TIA