
Announcements
Hi Everyone,
I have builded automate to notify password expired of user. This automate have 2 flow:
1/ Copy expire date form csv file and upload to sharepoint list.
2/ Send email to user who has expiration date.
The issue with the first flow at step "Compose" convert file. This step automatically create item "" and automate dertemine this item is null.
How i can resolve this issue ?
Hi ITSYS, could you try adding an 'Initialize variable' step in between your 'get file content 2' and 'Compose' step? This will allow you to specify the dynamic content as a string data type that should then allow the rest of the Flow to run.