Updated specific locations to be searchable, take a look at Las Vegas as an example.

This post has been de-listed

It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.

1
Updating all rows in all tables in Excel Online
Post Body

Hi r/MicrosoftFlow!,

I'm currently trying to construct a flow that does the following:

- For a specific Excel File

  1. Get all tables in the file that are named tblJob*
  2. For each table, get each row
  3. For each row, if the value of the "Status" column is "Let", and the "Date Let" column is empty, populate the "Date Let" column with the current date.

To get to this, I have built a flow that does the following:

  1. Manual Trigger (for testing)
  2. Get tables
  3. Filter array down to tables that start with "tblJob"
  4. Convert time zone (to get a correctly formatted and timezoned date)
  5. Initialize Variable named "TradeName" (used later for column key)
  6. Apply to Each on filtered array of tables
    1. List all rows in table
    2. Filter array down to rows with "Status" is equal to "Let"
    3. Filter array down to rows with "Date Let" is equal to ""
    4. Apply to Each on filtered array of rows
      1. Set Variable "TradeName" to "item()?['Trade']"
      2. Update row in table, using table name from 6., using Key Column "Trade" and Key Value "TradeName" Variable.

Here is a screenshot of my flow: https://imgur.com/IA6jflw

The problem:

Because I am using a run-time expression for the table name, I am not given the option to add a value to the "Date Let" column.

Any idea how I can make this work?  Is there a different approach I should try?

Author
Account Strength
90%
Account Age
7 years
Verified Email
Yes
Verified Flair
No
Total Karma
3,280
Link Karma
1,163
Comment Karma
2,117
Profile updated: 13 hours ago
Posts updated: 7 months ago

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
4 years ago