web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Power Automate Desktop
Suggested answer

Write to excel worksheet on a specific line

(0) ShareShare
ReportReport
Posted on by
Hello all,
 
Je fait face à un problème depuis plusieurs jours et j'espère trouver la solution ici. 

J'ai crée un flow afin d'optimiser ma veille concurrentielle, recherche de nouveaux articles sur des sites internet. 

Voici grossièrement les étapes du flow:
- lancer le VBA: qui permet de populate la table avec les noms d'entreprises
- webscrapping pour récupérer les infos
- écrire les infos de chaque entreprise sur la ligne correspondante (le problème)

Je n'arrive pas à faire en sorte d'écrire sur une ligne qui contient une valeur spécifique en colonne [nom d'entreprise].

J'ai joint des screens du flow et voici quelques indications:
- la table s'étend de la colonne A à N
- voici les l'ordre des colonnes
A: année
B: mois
C: CompanyName
D/E/F: (not important)
G: where information should be pasted
H/I : (not important)
J: where the link of the article is pasted
K/L/M/N: (not important)

- Le JSON est celui qui scrap les sites internet
Categories:
I have the same question (0)
  • Suggested answer
    eetuRobo Profile Picture
    4,072 Super User 2025 Season 2 on at
    Write to excel worksheet on a specific line
    Make sure you are referencing the correct column in the CurrentRow2. Power Automate Desktop datatable column indexes are zero-based which means CurrentRow2[0] is the first column and CurrentRow2[3] is fourth column which would be D. So try changing the CurrentRow2[3] to CurrentRow2[2] so that would be the C column which has CompanyName in it.

    I suggest you add some "Set variable" -actions and break points for debuging to validate that the data is correct or that you are referencing the correct column for example. Like so:


    Then check what will be given to the DebugVariable and verify if that is correct data or not.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Tom Macfarlan – Community Spotlight

We are honored to recognize Tom Macfarlan as our Community Spotlight for October…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 699 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 542 Moderator

#3
chiaraalina Profile Picture

chiaraalina 321

Last 30 days Overall leaderboard